Searched refs:correction_factor (Results 1 - 11 of 11) sorted by relevance

/external/netperf/
H A Dnetcpu_osx.c105 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;
H A Dnetcpu_procstat.c200 float correction_factor; local
210 correction_factor = (float) 1.0 +
214 correction_factor = (float) 1.0;
250 lib_local_cpu_util *= correction_factor;
H A Dnetcpu_kstat.c348 float correction_factor; local
359 correction_factor = (float) 1.0 +
363 correction_factor = (float) 1.0;
398 lib_local_cpu_util *= correction_factor;
H A Dnetcpu_perfstat.c272 float correction_factor; local
282 correction_factor = (float) 1.0 +
286 correction_factor = (float) 1.0;
329 lib_local_cpu_util *= correction_factor;
H A Dnetcpu_pstat.c229 float correction_factor; local
239 correction_factor = (float) 1.0 +
243 correction_factor = (float) 1.0;
286 lib_local_cpu_util *= correction_factor;
H A Dnetcpu_pstatnew.c199 float correction_factor; local
210 correction_factor = (float) 1.0 +
214 correction_factor = (float) 1.0;
378 lib_local_cpu_util *= correction_factor;
H A Dnetcpu_kstat10.c308 float correction_factor; local
342 correction_factor = (float) 1.0 +
346 correction_factor = (float) 1.0;
542 lib_local_cpu_util *= correction_factor;
H A Dnetcpu_looper.c589 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
H A Dnetcpu_ntperf.c473 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/libvpx/vp8/encoder/
H A Dratectrl.c1141 int correction_factor = 100; local
1188 // correction_factor = (100 * cpi->projected_frame_size) / cpi->this_frame_target;
1190 correction_factor = (100 * cpi->projected_frame_size) / projected_size_based_on_q;
1207 //if ( (correction_factor > 102) && (Q < cpi->active_worst_quality) )
1208 if (correction_factor > 102)
1211 correction_factor = (int)(100.5 + ((correction_factor - 100) * adjustment_limit));
1212 rate_correction_factor = ((rate_correction_factor * correction_factor) / 100);
1218 //else if ( (correction_factor < 99) && (Q > cpi->active_best_quality) )
1219 else if (correction_factor < 9
1288 double correction_factor; local
1388 double correction_factor; local
[all...]
H A Dfirstpass.c899 double correction_factor; local
953 correction_factor = pow(err_per_mb / BASE_ERRPERMB, (pow_lowq + Q * 0.01));
954 correction_factor = (correction_factor < 0.05) ? 0.05 : (correction_factor > 5.0) ? 5.0 : correction_factor;
957 correction_factor = corr_high;
959 bits_per_mb_at_this_q = (int)(.5 + correction_factor * speed_correction * cpi->est_max_qcorrection_factor * cpi->section_max_qfactor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0);
960 //bits_per_mb_at_this_q = (int)(.5 + correction_factor * speed_correction * cpi->est_max_qcorrection_factor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0);
975 double correction_factor; local
[all...]

Completed in 554 milliseconds