Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.c323 static const uint8_t kQuantToDitherAmp[DITHER_AMP_TAB_SIZE] = { variable
342 dqm->dither_ = (f * kQuantToDitherAmp[idx]) >> 3; in VP8InitDithering()