HomeSort by relevance Sort by last modified time
    Searched full:correction_ (Results 1 - 1 of 1) sorted by null

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

Completed in 1643 milliseconds