Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c890 const double error_term = err_per_mb / err_divisor; in calc_correction_factor() local
898 assert(error_term >= 0.0); in calc_correction_factor()
900 return fclamp(pow(error_term, power_term), 0.05, 5.0); in calc_correction_factor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c957 double error_term = err_per_mb / err_devisor; in calc_correction_factor() local
968 correction_factor = pow(error_term, power_term); in calc_correction_factor()