Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuvconvert.c24 YUV422_Y0(*out_odd) = YUV411_Y10(*in); in yuv_sv411_to_cl422dc()
63 YUV422_Y0(*out_odd) = YUV411_Y10(*in_odd); in yuv_sv411_to_cl422dc_quartersize()
Dyuv.h37 #define YUV411_Y10(y) (y).v[0].y1 macro