Searched defs:dstU (Results 1 – 8 of 8) 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() 279 static av_always_inline void rgb16_32ToUV_c_template(int16_t *dstU, in rgb16_32ToUV_c_template() 307 static av_always_inline void rgb16_32ToUV_half_c_template(int16_t *dstU, in rgb16_32ToUV_half_c_template() 402 uint16_t *dstU = (uint16_t *)_dstU; in gbr24pToUV_half_c() local 482 uint16_t *dstU = (uint16_t *)_dstU; 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() 196 int32_t *dstU = (int32_t *) _dstU; in chrRangeToJpeg16_c() local 207 int32_t *dstU = (int32_t *) _dstU; 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 *dstU= dst[1] + srcSliceY * dstStride[1] / 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()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 460 deUint8* const dstU = (deUint8*)dst; in setASTCErrorColorBlock() local 509 deUint8* const dstU = (deUint8*)dst; in decodeVoidExtentBlock() local
|