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

  /external/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...]
  /gdk/samples/quake/jni/
bspfile.h 120 #define PLANE_Y 1
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/
y4minput.c 875 _img->stride[PLANE_Y]=_y4m->pic_w;
877 _img->planes[PLANE_Y]=_y4m->dst_buf;

Completed in 486 milliseconds