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

  /external/libvpx/vp8/encoder/
firstpass.c 920 //if ( cpi->est_max_qcorrection_factor > rolling_ratio )
922 //cpi->est_max_qcorrection_factor *= adjustment_rate;
923 cpi->est_max_qcorrection_factor -= 0.005;
924 //else if ( cpi->est_max_qcorrection_factor < rolling_ratio )
926 cpi->est_max_qcorrection_factor += 0.005;
928 //cpi->est_max_qcorrection_factor /= adjustment_rate;
930 cpi->est_max_qcorrection_factor = (cpi->est_max_qcorrection_factor < 0.1) ? 0.1 : (cpi->est_max_qcorrection_factor > 10.0) ? 10.0 : cpi->est_max_qcorrection_factor;
    [all...]
onyx_int.h 358 double est_max_qcorrection_factor; member in struct:__anon5136
onyx_if.c     [all...]

Completed in 143 milliseconds