Searched refs:alpha_height (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c91 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/
H A Dyv12config.h43 int alpha_height; member in struct:yv12_buffer_config
/external/libpng/contrib/pngminus/
H A Dpnm2png.c209 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)

Completed in 143 milliseconds