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

  /external/webp/src/enc/
filter.c 235 const int delta_min = -enc->dqm_[s].quant_; local
237 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1;
252 for (d = delta_min; d <= delta_max; d += step_size) {
  /external/opencv3/3rdparty/libwebp/enc/
filter.c 360 const int delta_min = -it->enc_->dqm_[s].quant_; local
362 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1;
377 for (d = delta_min; d <= delta_max; d += step_size) {

Completed in 55 milliseconds