/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)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 2012 int this_rate, sum_rate = 0, best_rate = INT_MAX; local 2654 int this_rate, sum_rate = 0, best_rate = INT_MAX; local [all...] |
vp9_rdopt.c | 74 int this_rate; member in struct:rdcost_block_args 688 args->this_rate += args->rate; 767 *rate = args.this_rate; 1246 int this_rate, this_rate_tokenonly, s; local 1364 int this_rate_tokenonly, this_rate, s; local [all...] |
/external/fio/t/ |
btrace2fio.c | 811 unsigned long this_rate; local 813 this_rate = o_to_kb_rate(o, i); 814 if (this_rate < rate_threshold) { 816 this_rate = 0; 818 rate += this_rate;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 70 int this_rate; member in struct:rdcost_block_args 562 args->this_rate += rate; 606 *rate = args.this_rate; 1076 int this_rate, this_rate_tokenonly, s; local 1188 int this_rate_tokenonly, this_rate, s; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 891 int this_rate; local 914 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode]; 918 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); 924 r = this_rate; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
rdopt.c | 889 int this_rate; local 912 this_rate = rate_to + x->intra_uv_mode_cost[xd->frame_type][xd->mode_info_context->mbmi.uv_mode]; 916 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion); 922 r = this_rate; [all...] |