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

  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 40 img->planes[VPX_PLANE_ALPHA] = yv12->alpha_buffer;
57 yv12->alpha_buffer = img->planes[VPX_PLANE_ALPHA];
69 yv12->alpha_width = yv12->alpha_buffer ? img->d_w : 0;
70 yv12->alpha_height = yv12->alpha_buffer ? img->d_h : 0;
74 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0;
79 yv12->alpha_buffer = yv12->y_buffer;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 47 uint8_t *alpha_buffer; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 64 src->alpha_buffer};
83 src->alpha_buffer};
vp9_extend.c 84 copy_and_extend_plane(src->alpha_buffer, src->alpha_stride,
85 dst->alpha_buffer, dst->alpha_stride,
vp9_postproc.c 321 src->alpha_buffer};
330 dst->alpha_buffer};
347 src->alpha_buffer};
356 dst->alpha_buffer};
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 89 ybf->alpha_buffer = NULL;
195 ybf->alpha_buffer = ybf->buffer_alloc + yplane_size + 2 * uvplane_size +
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
vp9_encodeframe.c 494 src->alpha_buffer};
    [all...]
vp9_rdopt.c     [all...]

Completed in 381 milliseconds