Home
last modified time | relevance | path

Searched refs:YUV422_Y1 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dyuvconvert.c17 YUV422_Y1(*out_even) = YUV411_Y01(*in); in yuv_sv411_to_cl422dc()
22 YUV422_Y1(*out_even) = YUV411_Y03(*in); in yuv_sv411_to_cl422dc()
27 YUV422_Y1(*out_odd) = YUV411_Y11(*in); in yuv_sv411_to_cl422dc()
32 YUV422_Y1(*out_odd) = YUV411_Y13(*in); in yuv_sv411_to_cl422dc()
61 YUV422_Y1(*out_even) = YUV411_Y02(*in_even); in yuv_sv411_to_cl422dc_quartersize()
66 YUV422_Y1(*out_odd) = YUV411_Y12(*in_odd); in yuv_sv411_to_cl422dc_quartersize()
101 YUV422_Y1(*out_even) = YUV411_Y00(in_even[1]); in yuv_sv411_to_cl422dc_sixteenthsize()
106 YUV422_Y1(*out_odd) = YUV411_Y00(in_even[1]); in yuv_sv411_to_cl422dc_sixteenthsize()
Dyuv.h74 #define YUV422_Y1(y) (y).y1 macro