HomeSort by relevance Sort by last modified time
    Searched refs:this_rate (Results 1 - 6 of 6) 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/libaom/libaom/av1/encoder/
tokenize.h 37 int this_rate; member in struct:tokenize_b_args
tokenize.c 41 int this_rate = 0; local
55 this_rate += (*color_cost)[palette_size_idx][color_ctx][color_new_idx];
74 if (calc_rate) return this_rate;
252 if (rate) *rate += arg.this_rate;
rdopt.c 4323 int this_rate = tokenonly_rd_stats.rate + palette_mode_cost; local
4501 const int this_rate = local
4556 int this_rate = local
4777 const int this_rate = local
4842 int this_rate, this_rate_tokenonly, s; local
6099 int this_rate; local
6243 int this_rate; local
6461 int this_rate; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 754 int this_rate; local
773 this_rate =
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 71 int this_rate; member in struct:rdcost_block_args
765 args->this_rate += rate;
807 *rate = args.this_rate;
1244 int this_rate, this_rate_tokenonly, s; local
1350 int this_rate_tokenonly, this_rate, s; local
    [all...]

Completed in 1349 milliseconds