Searched defs:dstU (Results 1 – 6 of 6) 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() 146 static av_always_inline void rgb48ToUV_c_template(uint16_t *dstU, in rgb48ToUV_c_template() 168 static av_always_inline void rgb48ToUV_half_c_template(uint16_t *dstU, in rgb48ToUV_half_c_template() 277 static av_always_inline void rgb16_32ToUV_c_template(int16_t *dstU, in rgb16_32ToUV_c_template() 305 static av_always_inline void rgb16_32ToUV_half_c_template(int16_t *dstU, in rgb16_32ToUV_half_c_template() 399 uint16_t *dstU = (uint16_t *)_dstU; in gbr24pToUV_half_c() local 479 uint16_t *dstU = (uint16_t *)_dstU; in palToUV_c() local 533 static void yuy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, in yuy2ToUV_c() 544 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 | 160 static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width) in chrRangeToJpeg_c() 169 static void chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width) in chrRangeFromJpeg_c() 195 int32_t *dstU = (int32_t *) _dstU; in chrRangeToJpeg16_c() local 206 int32_t *dstU = (int32_t *) _dstU; in chrRangeFromJpeg16_c() local
|
D | bayer_template.c | 124 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \ argument
|
D | swscale_unscaled.c | 1334 uint8_t *dstU= dst[1] + srcSliceY * dstStride[1] / 2; in bayer_to_yv12_wrapper() local
|
/third_party/ffmpeg/libavcodec/ |
D | escape130.c | 203 uint8_t *dstY, *dstU, *dstV; in escape130_decode_frame() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8dsp_mmi.c | 1385 void ff_vp8_v_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, in ff_vp8_v_loop_filter8uv_mmi() 1392 void ff_vp8_h_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, in ff_vp8_h_loop_filter8uv_mmi() 1430 void ff_vp8_v_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, in ff_vp8_v_loop_filter8uv_inner_mmi() 1437 void ff_vp8_h_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, in ff_vp8_h_loop_filter8uv_inner_mmi()
|