OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLANE_Y
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_image.h
121
#define
PLANE_Y
VPX_PLANE_Y
/external/quake/quake/src/QW/client/
bspfile.h
117
#define
PLANE_Y
1
r_bsp.c
539
case
PLANE_Y
:
r_draw.c
815
case
PLANE_Y
:
gl_rsurf.c
1268
case
PLANE_Y
:
[
all
...]
/external/quake/quake/src/WinQuake/
bspfile.h
120
#define
PLANE_Y
1
r_bsp.cpp
539
case
PLANE_Y
:
r_draw.cpp
815
case
PLANE_Y
:
gl_rsurf.cpp
1339
case
PLANE_Y
:
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
288
const uint8_t *srcLine = (const uint8_t *)img->planes[
PLANE_Y
];
293
srcLine += img->stride[
PLANE_Y
];
/external/libvpx/libvpx/
y4minput.c
865
_img->stride[
PLANE_Y
]=_y4m->pic_w;
867
_img->planes[
PLANE_Y
]=_y4m->dst_buf;
Completed in 667 milliseconds