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

  /external/libvpx/vpx/src/
vpx_image.c 137 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
193 img->planes[VPX_PLANE_ALPHA] =
194 data + x + y * img->stride[VPX_PLANE_ALPHA];
195 data += img->h * img->stride[VPX_PLANE_ALPHA];
248 img->planes[VPX_PLANE_ALPHA] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA];
249 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA];
  /external/libvpx/vpx/
vpx_image.h 118 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */
124 #define PLANE_ALPHA VPX_PLANE_ALPHA

Completed in 18 milliseconds