OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUV422_Y1
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
yuvconvert.c
17
YUV422_Y1
(*out_even) = YUV411_Y01(*in);
22
YUV422_Y1
(*out_even) = YUV411_Y03(*in);
27
YUV422_Y1
(*out_odd) = YUV411_Y11(*in);
32
YUV422_Y1
(*out_odd) = YUV411_Y13(*in);
61
YUV422_Y1
(*out_even) = YUV411_Y02(*in_even);
66
YUV422_Y1
(*out_odd) = YUV411_Y12(*in_odd);
101
YUV422_Y1
(*out_even) = YUV411_Y00(in_even[1]);
106
YUV422_Y1
(*out_odd) = YUV411_Y00(in_even[1]);
yuv.h
74
#define
YUV422_Y1
(y) (y).y1
/external/python/cpython2/Modules/
yuvconvert.c
17
YUV422_Y1
(*out_even) = YUV411_Y01(*in);
22
YUV422_Y1
(*out_even) = YUV411_Y03(*in);
27
YUV422_Y1
(*out_odd) = YUV411_Y11(*in);
32
YUV422_Y1
(*out_odd) = YUV411_Y13(*in);
61
YUV422_Y1
(*out_even) = YUV411_Y02(*in_even);
66
YUV422_Y1
(*out_odd) = YUV411_Y12(*in_odd);
101
YUV422_Y1
(*out_even) = YUV411_Y00(in_even[1]);
106
YUV422_Y1
(*out_odd) = YUV411_Y00(in_even[1]);
yuv.h
74
#define
YUV422_Y1
(y) (y).y1
Completed in 53 milliseconds