Home
last modified time | relevance | path

Searched refs:this_rate (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/power_Backlight/
Dpower_Backlight.py60 this_rate = []
64 this_rate.append(status.battery[0].energy_rate)
65 rate = min(this_rate)
/external/fio/
Deta.c307 unsigned long long diff, this_rate; in calc_rate() local
311 this_rate = ((1000 * diff) / mtime) / 1024; /* KiB/s */ in calc_rate()
313 this_rate = 0; in calc_rate()
317 rate[0] += this_rate; in calc_rate()
319 rate[i] = this_rate; in calc_rate()
/external/fio/t/
Dbtrace2fio.c811 unsigned long this_rate; in prune_entry() local
813 this_rate = o_to_kib_rate(o, i); in prune_entry()
814 if (this_rate < rate_threshold) { in prune_entry()
816 this_rate = 0; in prune_entry()
818 rate += this_rate; in prune_entry()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c69 int this_rate; member
768 args->this_rate += rate; in block_rd_txfm()
810 *rate = args.this_rate; in txfm_rd_in_plane()
1253 int this_rate, this_rate_tokenonly, s; in rd_pick_intra_sby_mode() local
1280 this_rate = this_rate_tokenonly + bmode_costs[mode]; in rd_pick_intra_sby_mode()
1281 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_sby_mode()
1287 *rate = this_rate; in rd_pick_intra_sby_mode()
1359 int this_rate_tokenonly, this_rate, s; in rd_pick_intra_sbuv_mode() local
1376 this_rate = in rd_pick_intra_sbuv_mode()
1379 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_sbuv_mode()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c754 int this_rate; in rd_pick_intra_mbuv_mode() local
773 this_rate = rate_to + in rd_pick_intra_mbuv_mode()
779 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_mbuv_mode()
784 r = this_rate; in rd_pick_intra_mbuv_mode()