OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUV411_U00
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
yuv.h
41
#define
YUV411_U00
(y) ((y).v[0].u0<<6|(y).v[1].u0<<4|(y).v[2].u0<<2|(y).v[3].u0)
42
#define YUV411_U01(y)
YUV411_U00
(y)
43
#define YUV411_U02(y)
YUV411_U00
(y)
44
#define YUV411_U03(y)
YUV411_U00
(y)
yuvconvert.c
15
YUV422_U0(*out_even) =
YUV411_U00
(*in);
55
u =
YUV411_U00
(*in_even);
95
u =
YUV411_U00
(in_even[0]);
/external/python/cpython2/Modules/
yuv.h
41
#define
YUV411_U00
(y) ((y).v[0].u0<<6|(y).v[1].u0<<4|(y).v[2].u0<<2|(y).v[3].u0)
42
#define YUV411_U01(y)
YUV411_U00
(y)
43
#define YUV411_U02(y)
YUV411_U00
(y)
44
#define YUV411_U03(y)
YUV411_U00
(y)
yuvconvert.c
15
YUV422_U0(*out_even) =
YUV411_U00
(*in);
55
u =
YUV411_U00
(*in_even);
95
u =
YUV411_U00
(in_even[0]);
Completed in 49 milliseconds