Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_dec_utils.c27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size macro
172 for (i = 1; i <= LUT_SIZE; ++i) { in InitCorrectionLUT()
222 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_); in InitParams()
252 p->correction_ = ((int16_t*)mem) + LUT_SIZE; in InitParams()