Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dyuvconvert.c19 YUV422_Y0(*out_even) = YUV411_Y02(*in); in yuv_sv411_to_cl422dc()
61 YUV422_Y1(*out_even) = YUV411_Y02(*in_even); in yuv_sv411_to_cl422dc_quartersize()
Dyuv.h35 #define YUV411_Y02(y) (y).v[2].y0 macro