Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuv.h40 #define YUV411_Y13(y) (y).v[3].y1 macro
Dyuvconvert.c32 YUV422_Y1(*out_odd) = YUV411_Y13(*in); in yuv_sv411_to_cl422dc()