Searched refs:ApplyAlphaMultiply4444 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Dupsampling.c290 static void ApplyAlphaMultiply4444(uint8_t* rgba4444, function
311 = ApplyAlphaMultiply4444;
344 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply4444;
/external/webp/src/dsp/
H A Dalpha_processing.c257 static WEBP_INLINE void ApplyAlphaMultiply4444(uint8_t* rgba4444, function
281 ApplyAlphaMultiply4444(rgba4444, w, h, stride, 1);
283 ApplyAlphaMultiply4444(rgba4444, w, h, stride, 0);

Completed in 107 milliseconds