Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c389 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()
Ddsp.h570 extern void (*WebPApplyAlphaMultiply4444)(
Dlossless.c542 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0); in VP8LConvertFromBGRA()
/external/webp/src/dec/
Dio_dec.c235 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444()
461 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride); in ExportAlphaRGBA4444()