Searched refs:WebPApplyAlphaMultiply (Results 1 – 9 of 9) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 337 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int); variable 358 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitAlphaProcessing()
|
D | lossless.c | 524 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA() 534 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA() 541 WebPApplyAlphaMultiply(rgba, 1, num_pixels, 1, 0); in VP8LConvertFromBGRA()
|
D | dsp.h | 395 extern void (*WebPApplyAlphaMultiply)(
|
D | alpha_processing_sse2.c | 288 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitAlphaProcessingSSE2()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling.c | 308 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int) variable 343 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitPremultiply()
|
D | dsp.h | 196 extern void (*WebPApplyAlphaMultiply)(
|
D | lossless.c | 1328 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA() 1338 WebPApplyAlphaMultiply(rgba, 0, num_pixels, 1, 0); in VP8LConvertFromBGRA() 1345 WebPApplyAlphaMultiply(rgba, 1, num_pixels, 1, 0); in VP8LConvertFromBGRA()
|
/external/webp/src/dec/ |
D | io.c | 193 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 404 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 241 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB() 433 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
|