HomeSort by relevance Sort by last modified time
    Searched full:delta_max (Results 1 - 2 of 2) 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/webp/src/enc/
filter.c 328 const int delta_max = it->enc_->dqm_[s].quant_; local
329 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1;
344 for (d = delta_min; d <= delta_max; d += step_size) {

Completed in 136 milliseconds