Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuv.h36 #define YUV411_Y03(y) (y).v[3].y0 macro
Dyuvconvert.c22 YUV422_Y1(*out_even) = YUV411_Y03(*in); in yuv_sv411_to_cl422dc()