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

  /external/libvpx/libvpx/vpx/src/
vpx_image.c 191 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
241 img->planes[VPX_PLANE_ALPHA] =
242 data + x + y * img->stride[VPX_PLANE_ALPHA];
243 data += img->h * img->stride[VPX_PLANE_ALPHA];
292 img->planes[VPX_PLANE_ALPHA] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA];
293 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 40 img->planes[VPX_PLANE_ALPHA] = yv12->alpha_buffer;
44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride;
58 yv12->alpha_buffer = img->planes[VPX_PLANE_ALPHA];
75 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 119 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */
125 #define PLANE_ALPHA VPX_PLANE_ALPHA
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 44 img->planes[VPX_PLANE_ALPHA] = NULL;
48 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;
  /external/libvpx/libvpx/vpx/
vpx_image.h 123 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */
129 #define PLANE_ALPHA VPX_PLANE_ALPHA
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 269 img->planes[VPX_PLANE_ALPHA] = NULL;
273 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 303 img->planes[VPX_PLANE_ALPHA] = NULL;
307 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;

Completed in 285 milliseconds