Searched refs:WebPApplyAlphaMultiply4444 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dalpha_processing.c288 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int); variable
297 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b;
H A Ddsp.h244 extern void (*WebPApplyAlphaMultiply4444)(
H A Dlossless.c1429 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0);
/external/webp/src/dsp/
H A Dalpha_processing.c288 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int); variable
297 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b;
H A Ddsp.h244 extern void (*WebPApplyAlphaMultiply4444)(
H A Dlossless.c1420 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0);
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c259 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
472 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride);
/external/webp/src/dec/
H A Dio.c259 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
472 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride);

Completed in 234 milliseconds