Searched defs:alpha_width (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c93 ybf->alpha_width = 0;
164 const int alpha_width = aligned_width; local
273 ybf->alpha_width = alpha_width;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h41 int alpha_width; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c88 ybf->alpha_width = 0;
153 const int alpha_width = aligned_width; local
230 ybf->alpha_width = alpha_width;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h40 int alpha_width; member in struct:yv12_buffer_config
/external/libpng/contrib/pngminus/
H A Dpnm2png.c204 png_uint_32 width, alpha_width; local
317 alpha_width=(png_uint_32) ul_alpha_width;
318 if (alpha_width != width)

Completed in 629 milliseconds