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

  /external/libvpx/libvpx/vpx/src/
vpx_image.c 143 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
186 img->planes[VPX_PLANE_ALPHA] =
187 data + x * bytes_per_sample + y * img->stride[VPX_PLANE_ALPHA];
188 data += img->h * img->stride[VPX_PLANE_ALPHA];
236 img->planes[VPX_PLANE_ALPHA] +=
237 (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA];
238 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA];
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 53 img->planes[VPX_PLANE_ALPHA] = NULL;
57 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;
67 img->planes[VPX_PLANE_ALPHA] = NULL;
71 img->stride[VPX_PLANE_ALPHA] = 2 * yv12->y_stride;
  /external/libvpx/libvpx/vpx/
vpx_image.h 115 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 216 img->planes[VPX_PLANE_ALPHA] = NULL;
220 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;
  /external/libvpx/libvpx/
y4minput.c     [all...]

Completed in 111 milliseconds