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

  /external/autotest/client/site_tests/power_Backlight/
power_Backlight.py 60 this_rate = []
64 this_rate.append(status.battery[0].energy_rate)
65 rate = min(this_rate)
  /external/fio/
eta.c 307 unsigned long long diff, this_rate; local
311 this_rate = ((1000 * diff) / mtime) / 1024; /* KiB/s */
313 this_rate = 0;
317 rate[0] += this_rate;
319 rate[i] = this_rate;
  /external/fio/t/
btrace2fio.c 811 unsigned long this_rate; local
813 this_rate = o_to_kib_rate(o, i);
814 if (this_rate < rate_threshold) {
816 this_rate = 0;
818 rate += this_rate;
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 754 int this_rate; local
773 this_rate = rate_to +
779 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
784 r = this_rate;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 69 int this_rate; member in struct:rdcost_block_args
768 args->this_rate += rate;
810 *rate = args.this_rate;
1253 int this_rate, this_rate_tokenonly, s; local
1359 int this_rate_tokenonly, this_rate, s; local
    [all...]

Completed in 161 milliseconds