Searched refs:ApplyAlphaMultiply4444 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 257 static WEBP_INLINE void ApplyAlphaMultiply4444(uint8_t* rgba4444, in ApplyAlphaMultiply4444() function 281 ApplyAlphaMultiply4444(rgba4444, w, h, stride, 1); in ApplyAlphaMultiply_16b() 283 ApplyAlphaMultiply4444(rgba4444, w, h, stride, 0); in ApplyAlphaMultiply_16b()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling.c | 290 static void ApplyAlphaMultiply4444(uint8_t* rgba4444, in ApplyAlphaMultiply4444() function 311 = ApplyAlphaMultiply4444; 344 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply4444; in WebPInitPremultiply()
|