Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_dec_utils.c69 int16_t* correction_; // size = 1 + 2*LUT_SIZE -> ~4k memory member
137 const int16_t* const correction = p->correction_; in ApplyFilter()
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()
253 InitCorrectionLUT(p->correction_, p->min_level_dist_); in InitParams()

Completed in 3 milliseconds