Home
last modified time | relevance | path

Searched refs:WebPApplyAlphaMultiply (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing.c337 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int); variable
358 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitAlphaProcessing()
Dlossless.c524 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()
Ddsp.h395 extern void (*WebPApplyAlphaMultiply)(
Dalpha_processing_sse2.c288 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitAlphaProcessingSSE2()
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling.c308 void (*WebPApplyAlphaMultiply)(uint8_t*, int, int, int, int) variable
343 WebPApplyAlphaMultiply = ApplyAlphaMultiply; in WebPInitPremultiply()
Ddsp.h196 extern void (*WebPApplyAlphaMultiply)(
Dlossless.c1328 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/
Dio.c193 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB()
404 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()
/external/opencv3/3rdparty/libwebp/dec/
Dio.c241 WebPApplyAlphaMultiply(base_rgba, alpha_first, in EmitAlphaRGB()
433 WebPApplyAlphaMultiply(base_rgba, alpha_first, in ExportAlpha()