Searched refs:WebPApplyAlphaMultiply4444 (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 338 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int); variable 359 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b; in WebPInitAlphaProcessing()
|
D | dsp.h | 399 extern void (*WebPApplyAlphaMultiply4444)(
|
D | lossless.c | 548 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0); in VP8LConvertFromBGRA()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling.c | 310 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int) variable 344 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply4444; in WebPInitPremultiply()
|
D | dsp.h | 200 extern void (*WebPApplyAlphaMultiply4444)(
|
D | lossless.c | 1352 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0); in VP8LConvertFromBGRA()
|
/external/webp/src/dec/ |
D | io.c | 230 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444() 440 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride); in ExportAlphaRGBA4444()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444() 463 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride); in ExportAlphaRGBA4444()
|