Searched refs:this_rate (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/power_Backlight/ |
D | power_Backlight.py | 60 this_rate = [] 64 this_rate.append(status.battery[0].energy_rate) 65 rate = min(this_rate)
|
/external/fio/t/ |
D | btrace2fio.c | 811 unsigned long this_rate; in prune_entry() local 813 this_rate = o_to_kb_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/ |
D | vp9_rdopt.c | 70 int this_rate; member 562 args->this_rate += rate; in block_rd_txfm() 606 *rate = args.this_rate; in txfm_rd_in_plane() 1076 int this_rate, this_rate_tokenonly, s; in rd_pick_intra_sby_mode() local 1106 this_rate = this_rate_tokenonly + bmode_costs[mode]; in rd_pick_intra_sby_mode() 1107 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_sby_mode() 1113 *rate = this_rate; in rd_pick_intra_sby_mode() 1188 int this_rate_tokenonly, this_rate, s; in rd_pick_intra_sbuv_mode() local 1201 this_rate = this_rate_tokenonly + in rd_pick_intra_sbuv_mode() 1203 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_sbuv_mode() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 891 int this_rate; in rd_pick_intra_mbuv_mode() local 914 … this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode]; in rd_pick_intra_mbuv_mode() 918 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); in rd_pick_intra_mbuv_mode() 924 r = this_rate; in rd_pick_intra_mbuv_mode()
|