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

  /external/libvpx/vpx/
vpx_image.h 122 #define PLANE_U VPX_PLANE_U
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 297 srcLine = (const uint8_t *)img->planes[PLANE_U];
301 srcLine += img->stride[PLANE_U];
  /external/libvpx/
y4minput.c 876 _img->stride[PLANE_U]=_img->stride[PLANE_V]=c_w;
878 _img->planes[PLANE_U]=_y4m->dst_buf+pic_sz;

Completed in 147 milliseconds