Searched defs:alpha_stride (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c95 ybf->alpha_stride = 0;
166 const int alpha_stride = y_stride; local
170 (uint64_t)alpha_stride;
275 ybf->alpha_stride = alpha_stride;
277 (alpha_border_h * alpha_stride) + alpha_border_w;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h43 int alpha_stride; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c90 ybf->alpha_stride = 0;
155 const int alpha_stride = y_stride; local
159 alpha_stride;
232 ybf->alpha_stride = alpha_stride;
234 (alpha_border_h * alpha_stride) + alpha_border_w;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h42 int alpha_stride; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libwebp/dsp/
H A Dalpha_processing.c194 const uint8_t* alpha, int alpha_stride,
200 alpha += alpha_stride;
193 WebPMultRows(uint8_t* ptr, int stride, const uint8_t* alpha, int alpha_stride, int width, int num_rows, int inverse) argument
/external/webp/src/dsp/
H A Dalpha_processing.c194 const uint8_t* alpha, int alpha_stride,
200 alpha += alpha_stride;
193 WebPMultRows(uint8_t* ptr, int stride, const uint8_t* alpha, int alpha_stride, int width, int num_rows, int inverse) argument

Completed in 1706 milliseconds