Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuvconvert.c29 YUV422_Y0(*out_odd) = YUV411_Y12(*in); in yuv_sv411_to_cl422dc()
66 YUV422_Y1(*out_odd) = YUV411_Y12(*in_odd); in yuv_sv411_to_cl422dc_quartersize()
Dyuv.h39 #define YUV411_Y12(y) (y).v[2].y1 macro