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

  /external/qemu/
qemu-timer.c 812 static int64_t delta_max, delta_cum, last_clock, delta, ti;
819 if (delta > delta_max)
820 delta_max = delta;
825 muldiv64(delta_max, 1000000, get_ticks_per_sec()),
830 delta_max = 0;
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
filter.c 361 const int delta_max = 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) {
  /external/webp/src/enc/
filter.c 361 const int delta_max = 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 57 milliseconds