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

  /external/qemu/
qemu-timer.c 811 static int64_t delta_min = INT64_MAX;
817 if (delta < delta_min)
818 delta_min = delta;
824 muldiv64(delta_min, 1000000, get_ticks_per_sec()),
829 delta_min = INT64_MAX;
    [all...]
  /external/chromium_org/third_party/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) {
  /external/webp/src/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 517 milliseconds