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

/external/chromium_org/third_party/libwebp/dsp/
H A Dalpha_processing.c249 static WEBP_INLINE uint8_t dither_lo(uint8_t x) { function
268 const uint8_t g = multiply(dither_lo(rg), mult);
/external/webp/src/dsp/
H A Dalpha_processing.c249 static WEBP_INLINE uint8_t dither_lo(uint8_t x) { function
268 const uint8_t g = multiply(dither_lo(rg), mult);

Completed in 205 milliseconds