Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c338 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int); variable
359 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b; in WebPInitAlphaProcessing()
Ddsp.h399 extern void (*WebPApplyAlphaMultiply4444)(
Dlossless.c548 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0); in VP8LConvertFromBGRA()
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling.c310 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int) variable
344 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply4444; in WebPInitPremultiply()
Ddsp.h200 extern void (*WebPApplyAlphaMultiply4444)(
Dlossless.c1352 WebPApplyAlphaMultiply4444(rgba, num_pixels, 1, 0); in VP8LConvertFromBGRA()
/external/webp/src/dec/
Dio.c230 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/
Dio.c272 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride); in EmitAlphaRGBA4444()
463 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride); in ExportAlphaRGBA4444()