Searched defs:dstV (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | input.c | 52 rgb64ToUV_c_template(uint16_t *dstU, uint16_t *dstV, in rgb64ToUV_c_template() 71 rgb64ToUV_half_c_template(uint16_t *dstU, uint16_t *dstV, in rgb64ToUV_half_c_template() 140 uint16_t *dstV, in rgb48ToUV_c_template() 162 uint16_t *dstV, in rgb48ToUV_half_c_template() 274 int16_t *dstV, in rgb16_32ToUV_c_template() 302 int16_t *dstV, in rgb16_32ToUV_half_c_template() 398 uint16_t *dstV = (uint16_t *)_dstV; in gbr24pToUV_half_c() local 478 int16_t *dstV = (int16_t *)_dstV; in palToUV_c() local 531 static void yuy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, in yuy2ToUV_c() 542 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 | 157 static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width) in chrRangeToJpeg_c() 166 static void chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width) in chrRangeFromJpeg_c() 193 int32_t *dstV = (int32_t *) _dstV; in chrRangeToJpeg16_c() local 204 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 | 1384 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 | 1365 void ff_vp8_v_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, in ff_vp8_v_loop_filter8uv_mmi() 1372 void ff_vp8_h_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride, in ff_vp8_h_loop_filter8uv_mmi() 1410 void ff_vp8_v_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, in ff_vp8_v_loop_filter8uv_inner_mmi() 1417 void ff_vp8_h_loop_filter8uv_inner_mmi(uint8_t *dstU, uint8_t *dstV, in ff_vp8_h_loop_filter8uv_inner_mmi()
|