Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_dec.c68 int16_t* correction_; // size = 1 + 2*LUT_SIZE -> ~4k memory member
135 const int16_t* const correction = p->correction_; in ApplyFilter()
217 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_); in InitParams()
246 p->correction_ = ((int16_t*)mem) + LUT_SIZE; in InitParams()
247 InitCorrectionLUT(p->correction_, p->min_level_dist_); in InitParams()