Home
last modified time | relevance | path

Searched refs:WebPApplyAlphaMultiply (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dupsampling.c306 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int) variable
341 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitPremultiply()
Ddsp.h194 extern void (*WebPApplyAlphaMultiply)(
Dlossless.c1294 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA()
1304 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA()
1311 WebPApplyAlphaMultiply(rgba, 1, num_pixels, 1, 0); in VP8LConvertFromBGRA()
/external/webp/src/dec/
Dio.c239 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB()
431 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()