HomeSort by relevance Sort by last modified time
    Searched refs:YUV411_Y00 (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
yuvconvert.c 14 YUV422_Y0(*out_even) = YUV411_Y00(*in);
58 YUV422_Y0(*out_even) = YUV411_Y00(*in_even);
98 YUV422_Y0(*out_even) = YUV411_Y00(in_even[0]);
101 YUV422_Y1(*out_even) = YUV411_Y00(in_even[1]);
103 YUV422_Y0(*out_odd) = YUV411_Y00(in_odd[0]);
106 YUV422_Y1(*out_odd) = YUV411_Y00(in_even[1]);
yuv.h 33 #define YUV411_Y00(y) (y).v[0].y0
  /external/python/cpython2/Modules/
yuvconvert.c 14 YUV422_Y0(*out_even) = YUV411_Y00(*in);
58 YUV422_Y0(*out_even) = YUV411_Y00(*in_even);
98 YUV422_Y0(*out_even) = YUV411_Y00(in_even[0]);
101 YUV422_Y1(*out_even) = YUV411_Y00(in_even[1]);
103 YUV422_Y0(*out_odd) = YUV411_Y00(in_odd[0]);
106 YUV422_Y1(*out_odd) = YUV411_Y00(in_even[1]);
yuv.h 33 #define YUV411_Y00(y) (y).v[0].y0

Completed in 50 milliseconds