HomeSort by relevance Sort by last modified time
    Searched refs:LUT_SIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size
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/
quant_levels_dec.c 27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size
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 300 milliseconds