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

  /external/libvpx/vpx/src/
vpx_image.c 137 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
198 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
199 data += img->h * img->stride[VPX_PLANE_Y];
237 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
238 img->stride[VPX_PLANE_Y] = -img->stride[VPX_PLANE_Y];
  /external/libvpx/vpx/
vpx_image.h 115 #define VPX_PLANE_Y 0 /**< Y (Luminance) plane */
121 #define PLANE_Y VPX_PLANE_Y
  /external/libvpx/vp8/
vp8_cx_iface.c 575 yv12->y_buffer = img->planes[VPX_PLANE_Y];
584 yv12->y_stride = img->stride[VPX_PLANE_Y];
587 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
913 ctx->preview_img.planes[VPX_PLANE_Y] = sd.y_buffer;
927 ctx->preview_img.stride[VPX_PLANE_Y] = sd.y_stride;
    [all...]
vp8_dx_iface.c 554 yv12->y_buffer = img->planes[VPX_PLANE_Y];
563 yv12->y_stride = img->stride[VPX_PLANE_Y];
566 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2;
  /external/libvpx/
vpxdec.c 1066 buf = img->planes[VPX_PLANE_Y];
1071 buf += img->stride[VPX_PLANE_Y];
    [all...]

Completed in 148 milliseconds