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 916 //if ( cpi->est_max_qcorrection_factor > rolling_ratio )
918 //cpi->est_max_qcorrection_factor *= adjustment_rate;
919 cpi->est_max_qcorrection_factor -= 0.005;
920 //else if ( cpi->est_max_qcorrection_factor < rolling_ratio )
922 cpi->est_max_qcorrection_factor += 0.005;
924 //cpi->est_max_qcorrection_factor /= adjustment_rate;
926 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 351 double est_max_qcorrection_factor; member in struct:__anon5299
onyx_if.c     [all...]

Completed in 21 milliseconds