Searched refs:WebPApplyAlphaMultiply4444 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 389 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int); variable 415 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b_C; in WEBP_DSP_INIT_FUNC() 461 assert(WebPApplyAlphaMultiply4444 != NULL); in WEBP_DSP_INIT_FUNC()
|
D | dsp.h | 570 extern void (*WebPApplyAlphaMultiply4444)(
|
D | lossless.c | 542 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0); in VP8LConvertFromBGRA()
|
/external/webp/src/dec/ |
D | io_dec.c | 235 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444() 461 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride); in ExportAlphaRGBA4444()
|