Searched refs:WebPApplyAlphaMultiply (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling.c | 306 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int) variable 341 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitPremultiply()
|
D | dsp.h | 194 extern void (*WebPApplyAlphaMultiply)(
|
D | lossless.c | 1294 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/ |
D | io.c | 239 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 431 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
|