Home
last modified time | relevance | path

Searched refs:dst_v (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsheervideo.c42 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4i() local
48 dst_v = (uint16_t *)p->data[2]; in decode_ca4i()
56 dst_v[x] = get_bits(gb, 10); in decode_ca4i()
72 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca4i()
78 dst_v += p->linesize[2] / 2; in decode_ca4i()
86 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4p() local
92 dst_v = (uint16_t *)p->data[2]; in decode_ca4p()
99 dst_v[x] = get_bits(gb, 10); in decode_ca4p()
115 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca4p()
121 dst_v in decode_ca4p()
174 uint16_t *dst_y, *dst_u, *dst_v; decode_ybr10i() local
213 uint16_t *dst_y, *dst_u, *dst_v; decode_ybr10() local
289 uint16_t *dst_y, *dst_u, *dst_v; decode_yry10i() local
331 uint16_t *dst_y, *dst_u, *dst_v; decode_yry10() local
414 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; decode_ca2i() local
464 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; decode_ca2p() local
566 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; decode_c82i() local
616 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; decode_c82p() local
718 uint8_t *dst_y, *dst_u, *dst_v; decode_ybyr() local
801 uint8_t *dst_y, *dst_u, *dst_v; decode_byryi() local
875 uint8_t *dst_y, *dst_u, *dst_v; decode_byry() local
958 uint8_t *dst_y, *dst_u, *dst_v; decode_ybri() local
1026 uint8_t *dst_y, *dst_u, *dst_v; decode_ybr() local
1102 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; decode_aybri() local
1180 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; decode_aybr() local
[all...]
H A Dvp9recon.c335 uint8_t *dst_u, uint8_t *dst_v, in mc_chroma_unscaled()
376 mc[!!mx][!!my](dst_v, dst_stride, ref_v, 160, bh, mx, my); in mc_chroma_unscaled()
379 mc[!!mx][!!my](dst_v, dst_stride, ref_v, src_stride_v, bh, mx, my); in mc_chroma_unscaled()
466 uint8_t *dst_u, uint8_t *dst_v, in mc_chroma_scaled()
479 mc_chroma_unscaled(td, mc, dst_u, dst_v, dst_stride, ref_u, src_stride_u, in mc_chroma_scaled()
536 smc(dst_v, dst_stride, ref_v, 288, bh, mx, my, step[0], step[1]); in mc_chroma_scaled()
539 smc(dst_v, dst_stride, ref_v, src_stride_v, bh, mx, my, step[0], step[1]); in mc_chroma_scaled()
334 mc_chroma_unscaled(VP9TileData *td, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, int bw, int bh, int w, int h, int bytesperpixel) mc_chroma_unscaled() argument
464 mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_chroma_scaled() argument
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp8_lpf_lsx.c278 void ff_vp8_v_loop_filter8uv_lsx(uint8_t *dst_u, uint8_t *dst_v, in ff_vp8_v_loop_filter8uv_lsx() argument
300 DUP4_ARG2(__lsx_vld, dst_v - stride4, 0, dst_v - stride3, 0, dst_v - stride2, 0, in ff_vp8_v_loop_filter8uv_lsx()
301 dst_v - stride, 0, p3_v, p2_v, p1_v, p0_v); in ff_vp8_v_loop_filter8uv_lsx()
302 DUP4_ARG2(__lsx_vld, dst_v, 0, dst_v + stride, 0, dst_v + stride2, 0, in ff_vp8_v_loop_filter8uv_lsx()
303 dst_v + stride3, 0, q0_v, q1_v, q2_v, q3_v); in ff_vp8_v_loop_filter8uv_lsx()
320 __lsx_vstelm_d(p2, dst_v in ff_vp8_v_loop_filter8uv_lsx()
415 ff_vp8_h_loop_filter8uv_lsx(uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t stride, int b_limit_in, int limit_in, int thresh_in) ff_vp8_h_loop_filter8uv_lsx() argument
[all...]
H A Dvp8dsp_loongarch.h83 void ff_vp8_h_loop_filter8uv_lsx(uint8_t *dst_u, uint8_t *dst_v,
86 void ff_vp8_v_loop_filter8uv_lsx(uint8_t *dst_u, uint8_t *dst_v,
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c405 uint8_t* dst_v = picture->v; in ConvertWRGBToYUV() local
431 dst_v[i] = ConvertRGBToV(r, g, b); in ConvertWRGBToYUV()
435 dst_v += picture->uv_stride; in ConvertWRGBToYUV()
831 uint8_t* const dst_v, in ConvertRowsToUV()
838 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
893 uint8_t* dst_v = picture->v; in ImportYUVAFromRGBA() local
942 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width); in ImportYUVAFromRGBA()
944 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg); in ImportYUVAFromRGBA()
947 dst_v += picture->uv_stride; in ImportYUVAFromRGBA()
977 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_widt in ImportYUVAFromRGBA()
829 ConvertRowsToUV(const uint16_t* rgb, uint8_t* const dst_u, uint8_t* const dst_v, int width, VP8Random* const rg) ConvertRowsToUV() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1737 VRegister dst_v = dst.fp().toV(); in LoadTransform() local
1747 vsext_vf2(dst_v, kSimd128ScratchReg); in LoadTransform()
1752 vzext_vf2(dst_v, kSimd128ScratchReg); in LoadTransform()
1757 vsext_vf2(dst_v, kSimd128ScratchReg); in LoadTransform()
1762 vzext_vf2(dst_v, kSimd128ScratchReg); in LoadTransform()
1766 vsext_vf2(dst_v, kSimd128ScratchReg); in LoadTransform()
1770 vzext_vf2(dst_v, kSimd128ScratchReg); in LoadTransform()
1773 vxor_vv(dst_v, dst_v, dst_v); in LoadTransform()
1881 VRegister dst_v = dst.fp().toV(); emit_i8x16_shuffle() local
1915 VRegister dst_v = dst.fp().toV(); emit_i8x16_popcnt() local
2006 VRegister dst_v = dst.fp().toV(); emit_i64x2_extmul_low_i32x4_s() local
2021 VRegister dst_v = dst.fp().toV(); emit_i64x2_extmul_low_i32x4_u() local
2056 VRegister dst_v = dst.fp().toV(); emit_i32x4_extmul_low_i16x8_s() local
2071 VRegister dst_v = dst.fp().toV(); emit_i32x4_extmul_low_i16x8_u() local
2106 VRegister dst_v = dst.fp().toV(); emit_i16x8_extmul_low_i8x16_s() local
2121 VRegister dst_v = dst.fp().toV(); emit_i16x8_extmul_low_i8x16_u() local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_allegro5.cpp134 ImDrawVertAllegro* dst_v = &vertices[i]; in ImGui_ImplAllegro5_RenderDrawData() local
135 dst_v->pos = src_v->pos; in ImGui_ImplAllegro5_RenderDrawData()
136 dst_v->uv = src_v->uv; in ImGui_ImplAllegro5_RenderDrawData()
138 dst_v->col = al_map_rgba(c[0], c[1], c[2], c[3]); in ImGui_ImplAllegro5_RenderDrawData()
/third_party/ffmpeg/libavcodec/mips/
H A Dvp8dsp_mips.h150 void ff_vp8_h_loop_filter8uv_inner_msa(uint8_t *dst_u, uint8_t *dst_v,
153 void ff_vp8_v_loop_filter8uv_inner_msa(uint8_t *dst_u, uint8_t *dst_v,
160 void ff_vp8_h_loop_filter8uv_msa(uint8_t *dst_u, uint8_t *dst_v,
163 void ff_vp8_v_loop_filter8uv_msa(uint8_t *dst_u, uint8_t *dst_v,
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc4336 Register dst_v = dst.rm(); in AssembleSwap() local
4338 dst_v = kScratchReg2; in AssembleSwap()
4339 __ Add64(dst_v, dst.rm(), Operand(dst.offset())); in AssembleSwap()
4341 __ vl(src, dst_v, 0, E8); in AssembleSwap()
4342 __ vs(temp, dst_v, 0, E8); in AssembleSwap()
4353 Register dst_v = dst.rm(); in AssembleSwap() local
4359 dst_v = kScratchReg2; in AssembleSwap()
4360 __ Add64(dst_v, dst.rm(), Operand(dst.offset())); in AssembleSwap()
4363 __ vl(kSimd128ScratchReg2, dst_v, 0, E8); in AssembleSwap()
4364 __ vs(kSimd128ScratchReg, dst_v, in AssembleSwap()
[all...]

Completed in 19 milliseconds