OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUV422_Y0
(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);
19
YUV422_Y0
(*out_even) = YUV411_Y02(*in);
24
YUV422_Y0
(*out_odd) = YUV411_Y10(*in);
29
YUV422_Y0
(*out_odd) = YUV411_Y12(*in);
58
YUV422_Y0
(*out_even) = YUV411_Y00(*in_even);
63
YUV422_Y0
(*out_odd) = YUV411_Y10(*in_odd);
98
YUV422_Y0
(*out_even) = YUV411_Y00(in_even[0]);
103
YUV422_Y0
(*out_odd) = YUV411_Y00(in_odd[0]);
yuv.h
73
#define
YUV422_Y0
(y) (y).y0
/external/python/cpython2/Modules/
yuvconvert.c
14
YUV422_Y0
(*out_even) = YUV411_Y00(*in);
19
YUV422_Y0
(*out_even) = YUV411_Y02(*in);
24
YUV422_Y0
(*out_odd) = YUV411_Y10(*in);
29
YUV422_Y0
(*out_odd) = YUV411_Y12(*in);
58
YUV422_Y0
(*out_even) = YUV411_Y00(*in_even);
63
YUV422_Y0
(*out_odd) = YUV411_Y10(*in_odd);
98
YUV422_Y0
(*out_even) = YUV411_Y00(in_even[0]);
103
YUV422_Y0
(*out_odd) = YUV411_Y00(in_odd[0]);
yuv.h
73
#define
YUV422_Y0
(y) (y).y0
Completed in 73 milliseconds