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

  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride;
74 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0;
82 yv12->alpha_stride = yv12->y_stride;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 42 int alpha_stride; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 81 ybf->alpha_stride = 0;
141 const int alpha_stride = y_stride; local
145 alpha_stride;
194 ybf->alpha_stride = alpha_stride;
196 (alpha_border_h * alpha_stride) + alpha_border_w;
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 66 src->alpha_stride};
85 src->alpha_stride};
vp9_extend.c 84 copy_and_extend_plane(src->alpha_buffer, src->alpha_stride,
85 dst->alpha_buffer, dst->alpha_stride,
vp9_postproc.c 323 src->alpha_stride};
332 dst->alpha_stride};
349 src->alpha_stride};
358 dst->alpha_stride};
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
vp9_encodeframe.c 496 src->alpha_stride};
    [all...]
vp9_rdopt.c     [all...]

Completed in 171 milliseconds