Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dyuvconvert.c14 YUV422_Y0(*out_even) = YUV411_Y00(*in); in yuv_sv411_to_cl422dc()
19 YUV422_Y0(*out_even) = YUV411_Y02(*in); in yuv_sv411_to_cl422dc()
24 YUV422_Y0(*out_odd) = YUV411_Y10(*in); in yuv_sv411_to_cl422dc()
29 YUV422_Y0(*out_odd) = YUV411_Y12(*in); in yuv_sv411_to_cl422dc()
58 YUV422_Y0(*out_even) = YUV411_Y00(*in_even); in yuv_sv411_to_cl422dc_quartersize()
63 YUV422_Y0(*out_odd) = YUV411_Y10(*in_odd); in yuv_sv411_to_cl422dc_quartersize()
98 YUV422_Y0(*out_even) = YUV411_Y00(in_even[0]); in yuv_sv411_to_cl422dc_sixteenthsize()
103 YUV422_Y0(*out_odd) = YUV411_Y00(in_odd[0]); in yuv_sv411_to_cl422dc_sixteenthsize()
Dyuv.h73 #define YUV422_Y0(y) (y).y0 macro