Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuv.h51 #define YUV411_V02(y) YUV411_V00(y) macro
Dyuvconvert.c21 YUV422_V0(*out_even) = YUV411_V02(*in); in yuv_sv411_to_cl422dc()