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

/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size macro
68 int16_t* correction_; // size = 1 + 2*LUT_SIZE -> ~4k memory
170 for (i = 1; i <= LUT_SIZE; ++i) {
217 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_);
246 p->correction_ = ((int16_t*)mem) + LUT_SIZE;
/external/webp/src/utils/
H A Dquant_levels_dec.c27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size macro
68 int16_t* correction_; // size = 1 + 2*LUT_SIZE -> ~4k memory
170 for (i = 1; i <= LUT_SIZE; ++i) {
217 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_);
246 p->correction_ = ((int16_t*)mem) + LUT_SIZE;

Completed in 221 milliseconds