Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing.c254 static WEBP_INLINE uint8_t dither_lo(uint8_t x) { in dither_lo() function
273 const uint8_t g = multiply(dither_lo(rg), mult); in ApplyAlphaMultiply4444_C()