Searched defs:dstV (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | input.c | 59 rgb64ToUV_c_template(uint16_t *dstU, uint16_t *dstV, in rgb64ToUV_c_template() 78 rgb64ToUV_half_c_template(uint16_t *dstU, uint16_t *dstV, in rgb64ToUV_half_c_template() 147 uint16_t *dstV, in rgb48ToUV_c_template() 169 uint16_t *dstV, in rgb48ToUV_half_c_template() 280 int16_t *dstV, in rgb16_32ToUV_c_template() 308 int16_t *dstV, in rgb16_32ToUV_half_c_template() 403 uint16_t *dstV = (uint16_t *)_dstV; in gbr24pToUV_half_c() local 483 int16_t *dstV = (int16_t *)_dstV; in palToUV_c() local 536 static void yuy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, in yuy2ToUV_c() 547 static void yvy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, in yvy2ToUV_c() [all …]
|
D | swscale.c | 161 static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width) in chrRangeToJpeg_c() 170 static void chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width) in chrRangeFromJpeg_c() 197 int32_t *dstV = (int32_t *) _dstV; in chrRangeToJpeg16_c() local 208 int32_t *dstV = (int32_t *) _dstV; in chrRangeFromJpeg16_c() local
|
D | bayer_template.c | 190 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \ argument
|
D | swscale_unscaled.c | 1385 uint8_t *dstV= dst[2] + srcSliceY * dstStride[2] / 2; in bayer_to_yv12_wrapper() local
|
/third_party/ffmpeg/libavcodec/ |
D | escape130.c | 200 uint8_t *dstY, *dstU, *dstV; in escape130_decode_frame() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8dsp_mmi.c | 1386 void ff_vp8_v_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, in ff_vp8_v_loop_filter8uv_mmi() 1393 void ff_vp8_h_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, in ff_vp8_h_loop_filter8uv_mmi() 1431 void ff_vp8_v_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, in ff_vp8_v_loop_filter8uv_inner_mmi() 1438 void ff_vp8_h_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, in ff_vp8_h_loop_filter8uv_inner_mmi()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 1253 CUdeviceptr dstU, gint u_stride, CUdeviceptr dstV, gint v_stride, in convert_TO_Y444()
|