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

  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 40 img->planes[VPX_PLANE_ALPHA] = yv12->alpha_buffer;
44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride;
57 yv12->alpha_buffer = img->planes[VPX_PLANE_ALPHA];
74 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
216 img->planes[VPX_PLANE_ALPHA] =
217 data + x + y * img->stride[VPX_PLANE_ALPHA];
218 data += img->h * img->stride[VPX_PLANE_ALPHA];
267 img->planes[VPX_PLANE_ALPHA] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA];
268 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA];
  /external/libvpx/libvpx/vpx/
vpx_image.h 119 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */
125 #define PLANE_ALPHA VPX_PLANE_ALPHA
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 301 img->planes[VPX_PLANE_ALPHA] = NULL;
305 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;

Completed in 23 milliseconds