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

  /external/netperf/
netcpu_osx.c 105 float correction_factor; local
116 correction_factor = (float) 1.0 +
120 correction_factor = (float) 1.0;
124 fprintf(where, "correction factor: %f\n", correction_factor);
134 lib_local_cpu_util *= correction_factor;
netcpu_procstat.c 200 float correction_factor; local
210 correction_factor = (float) 1.0 +
214 correction_factor = (float) 1.0;
250 lib_local_cpu_util *= correction_factor;
netcpu_kstat.c 348 float correction_factor; local
359 correction_factor = (float) 1.0 +
363 correction_factor = (float) 1.0;
398 lib_local_cpu_util *= correction_factor;
netcpu_perfstat.c 272 float correction_factor; local
282 correction_factor = (float) 1.0 +
286 correction_factor = (float) 1.0;
329 lib_local_cpu_util *= correction_factor;
netcpu_pstat.c 229 float correction_factor; local
239 correction_factor = (float) 1.0 +
243 correction_factor = (float) 1.0;
286 lib_local_cpu_util *= correction_factor;
netcpu_pstatnew.c 199 float correction_factor; local
210 correction_factor = (float) 1.0 +
214 correction_factor = (float) 1.0;
378 lib_local_cpu_util *= correction_factor;
netcpu_kstat10.c 308 float correction_factor; local
342 correction_factor = (float) 1.0 +
346 correction_factor = (float) 1.0;
542 lib_local_cpu_util *= correction_factor;
netcpu_looper.c 589 float correction_factor;
600 correction_factor = (float) 1.0 +
604 correction_factor = (float) 1.0;
641 lib_local_cpu_util *= correction_factor;
588 float correction_factor; local
netcpu_ntperf.c 473 float correction_factor; local
482 correction_factor = (float) 1.0 +
486 correction_factor = (float) 1.0;
490 fprintf(where, "correction factor: %f\n", correction_factor);
494 lib_local_cpu_util *= correction_factor;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 326 double correction_factor)
328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
1104 int correction_factor = 100; local
1240 double correction_factor; local
    [all...]
firstpass.c 958 double correction_factor; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 326 double correction_factor)
328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
1104 int correction_factor = 100; local
1240 double correction_factor; local
    [all...]
firstpass.c 958 double correction_factor; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 326 double correction_factor)
328 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]);
1104 int correction_factor = 100; local
1240 double correction_factor; local
    [all...]
firstpass.c 958 double correction_factor; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 155 double correction_factor);
vp9_ratectrl.c 100 double correction_factor) {
106 return (int)(0.5 + (enumerator * correction_factor / q));
155 double correction_factor) {
156 const int bpm = (int)(vp9_rc_bits_per_mb(frame_kind, q, correction_factor));
303 int correction_factor = 100; local
320 correction_factor = (100 * cpi->rc.projected_frame_size) /
338 if (correction_factor > 102) {
340 correction_factor =
341 (int)(100 + ((correction_factor - 100) * adjustment_limit));
343 ((rate_correction_factor * correction_factor) / 100)
370 const double correction_factor = get_rate_correction_factor(cpi); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 97 double correction_factor) {
103 return (int)(0.5 + (enumerator * correction_factor / q));
107 double correction_factor) {
108 const int bpm = (int)(vp9_rc_bits_per_mb(frame_type, q, correction_factor));
301 int correction_factor = 100; local
318 correction_factor = (100 * cpi->rc.projected_frame_size) /
336 if (correction_factor > 102) {
338 correction_factor = (int)(100 + ((correction_factor - 100) *
340 rate_correction_factor = (rate_correction_factor * correction_factor) / 100
366 const double correction_factor = get_rate_correction_factor(cpi); local
    [all...]
vp9_ratectrl.h 158 double correction_factor);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 175 double correction_factor,
182 return (int)(enumerator * correction_factor / q);
186 double correction_factor,
188 const int bpm = (int)(vp9_rc_bits_per_mb(frame_type, q, correction_factor,
392 int correction_factor = 100; local
414 correction_factor = (100 * cpi->rc.projected_frame_size) /
432 if (correction_factor > 102) {
434 correction_factor = (int)(100 + ((correction_factor - 100) *
436 rate_correction_factor = (rate_correction_factor * correction_factor) / 100
462 const double correction_factor = get_rate_correction_factor(cpi); local
    [all...]
vp9_ratectrl.h 172 double correction_factor, vpx_bit_depth_t bit_depth);

Completed in 2382 milliseconds