Home
last modified time | relevance | path

Searched refs:error_term (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1161 const double error_term = err_per_mb / err_divisor; in calc_correction_factor() local
1169 assert(error_term >= 0.0); in calc_correction_factor()
1171 return fclamp(pow(error_term, power_term), 0.05, 5.0); in calc_correction_factor()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c958 double error_term = err_per_mb / err_devisor; in calc_correction_factor() local
969 correction_factor = pow(error_term, power_term); in calc_correction_factor()