Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c91 ybf->alpha_height = 0; in vp8_yv12_realloc_frame_buffer()
165 const int alpha_height = aligned_height; in vpx_realloc_frame_buffer() local
169 const uint64_t alpha_plane_size = (alpha_height + 2 * alpha_border_h) * in vpx_realloc_frame_buffer()
273 ybf->alpha_height = alpha_height; in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h43 int alpha_height; member
/external/libpng/contrib/pngminus/
Dpnm2png.c209 volatile png_uint_32 alpha_width=0, alpha_height=0; in pnm2png() local
326 alpha_height = (png_uint_32) ul_alpha_height; in pnm2png()
327 if (alpha_height != height) in pnm2png()