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

  /external/chromium_org/third_party/libwebp/enc/
filter.c 233 const int delta_max = enc->dqm_[s].quant_; local
234 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1;
249 for (d = delta_min; d <= delta_max; d += step_size) {
  /external/webp/src/enc/
filter.c 233 const int delta_max = enc->dqm_[s].quant_; local
234 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1;
249 for (d = delta_min; d <= delta_max; d += step_size) {

Completed in 81 milliseconds