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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 94 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) *
274 ybf->alpha_height = alpha_height;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 89 ybf->alpha_height = 0;
154 const int alpha_height = aligned_height; local
158 const int alpha_plane_size = (alpha_height + 2 * alpha_border_h) *
231 ybf->alpha_height = alpha_height;
  /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;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 42 int alpha_height; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 41 int alpha_height; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 41 int alpha_height; member in struct:yv12_buffer_config
  /external/libpng/contrib/pngminus/
pnm2png.c 205 png_uint_32 height, alpha_height; local
322 alpha_height = (png_uint_32) ul_alpha_height;
323 if (alpha_height != height)

Completed in 89 milliseconds