Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c90 ybf->alpha_width = 0; in vp8_yv12_realloc_frame_buffer()
164 const int alpha_width = aligned_width; in vpx_realloc_frame_buffer() local
272 ybf->alpha_width = alpha_width; in vpx_realloc_frame_buffer()
/external/libpng/contrib/pngminus/
Dpnm2png.c209 volatile png_uint_32 alpha_width=0, alpha_height=0; in pnm2png() local
321 alpha_width=(png_uint_32) ul_alpha_width; in pnm2png()
322 if (alpha_width != width) in pnm2png()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h42 int alpha_width; member