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

  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 68 int16_t* correction_; // size = 1 + 2*LUT_SIZE -> ~4k memory member in struct:__anon17926
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_);
  /external/webp/src/utils/
quant_levels_dec.c 68 int16_t* correction_; // size = 1 + 2*LUT_SIZE -> ~4k memory member in struct:__anon17064
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 105 milliseconds