/external/netperf/src/ |
netcpu_osx.c | 111 float correction_factor; local 123 correction_factor = (float) 1.0 + 127 correction_factor = (float) 1.0; 131 fprintf(where, "correction factor: %f\n", correction_factor); 142 lib_local_cpu_stats.cpu_util *= correction_factor;
|
netcpu_pstat.c | 229 float correction_factor; local 240 correction_factor = (float) 1.0 + 244 correction_factor = (float) 1.0; 268 lib_local_per_cpu_util[i] *= correction_factor; 277 correction_factor);
|
netcpu_pstatnew.c | 236 float correction_factor; local 247 correction_factor = (float) 1.0 + 251 correction_factor = (float) 1.0; 415 lib_local_per_cpu_util[i] *= correction_factor; 421 correction_factor);
|
netcpu_procstat.c | 251 float correction_factor; local 264 correction_factor = (float) 1.0 + 268 correction_factor = (float) 1.0; 320 lib_local_per_cpu_util[i] *= correction_factor; 336 correction_factor); 342 lib_local_cpu_stats.fldname = ((correction_factor \
|
netcpu_kstat.c | 348 float correction_factor; local 360 correction_factor = (float) 1.0 + 364 correction_factor = (float) 1.0; 394 lib_local_per_cpu_util[i] *= correction_factor;
|
netcpu_perfstat.c | 276 float correction_factor; local 287 correction_factor = (float) 1.0 + 291 correction_factor = (float) 1.0; 334 lib_local_cpu_stats.cpu_util *= correction_factor;
|
netcpu_kstat10.c | 349 float correction_factor; local 383 correction_factor = (float) 1.0 + 387 correction_factor = (float) 1.0; 569 lib_local_per_cpu_util[i] *= correction_factor; 575 correction_factor);
|
netcpu_ntperf.c | 453 float correction_factor; local 464 correction_factor = (float) 1.0 + 468 correction_factor = (float) 1.0; 472 fprintf(where, "correction factor: %f\n", correction_factor); 476 lib_local_cpu_stats.cpu_util *= correction_factor;
|
netcpu_looper.c | 589 float correction_factor; 601 correction_factor = (float) 1.0 + 605 correction_factor = (float) 1.0; 637 lib_local_per_cpu_util[i] *= correction_factor; 588 float correction_factor; local
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_cyclicrefresh.h | 83 double correction_factor); 88 double correction_factor);
|
vp9_ratectrl.h | 172 double correction_factor, 244 double correction_factor, vpx_bit_depth_t bit_depth);
|
vp9_aq_cyclicrefresh.c | 132 double correction_factor) { 145 correction_factor, cm->bit_depth) + 149 correction_factor, cm->bit_depth) + 153 correction_factor, cm->bit_depth)); 163 double correction_factor) { 178 vp9_rc_bits_per_mb(cm->frame_type, i, correction_factor, cm->bit_depth) + 180 vp9_rc_bits_per_mb(cm->frame_type, i + deltaq, correction_factor,
|
vp9_ratectrl.c | 178 double correction_factor, 183 assert(correction_factor <= MAX_BPB_FACTOR && 184 correction_factor >= MIN_BPB_FACTOR); 188 return (int)(enumerator * correction_factor / q); 192 double correction_factor, 194 const int bpm = (int)(vp9_rc_bits_per_mb(frame_type, q, correction_factor, 456 int correction_factor = 100; local 484 correction_factor = (int)((100 * (int64_t)cpi->rc.projected_frame_size) / 490 0.5 * VPXMIN(1, fabs(log10(0.01 * correction_factor))); 495 if (correction_factor > 110 531 const double correction_factor = get_rate_correction_factor(cpi); local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 327 double correction_factor) 329 int Bpm = (int)(.5 + correction_factor * vp8_bits_per_mb[frame_kind][Q]); 1112 int correction_factor = 100; local 1253 double correction_factor; local [all...] |
firstpass.c | 959 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...] |