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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 91 ybf->alpha_height = 0;
158 int alpha_height = aligned_height; local
162 int alpha_plane_size = (alpha_height + 2 * alpha_border_h) *
206 alpha_height = aligned_height;
207 alpha_plane_size = (alpha_height + 2 * alpha_border_h) *
266 ybf->alpha_height = alpha_height;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 41 int alpha_height; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 91 ybf->alpha_height = 0;
165 const int alpha_height = aligned_height; local
169 const uint64_t alpha_plane_size = (alpha_height + 2 * alpha_border_h) *
273 ybf->alpha_height = alpha_height;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 43 int alpha_height; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 79 const int et_a = dst->border >> (dst->alpha_height != dst->y_height);
81 const int eb_a = et_a + dst->alpha_height - src->alpha_height;
86 src->alpha_width, src->alpha_height,
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 71 yv12->alpha_height = yv12->alpha_buffer ? img->d_h : 0;
82 yv12->alpha_height = yv12->y_height;
  /external/libpng/contrib/pngminus/
pnm2png.c 209 volatile png_uint_32 alpha_width=0, alpha_height=0; local
326 alpha_height = (png_uint_32) ul_alpha_height;
327 if (alpha_height != height)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 327 src->alpha_height};
353 src->alpha_height};

Completed in 2957 milliseconds