Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1558 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() argument
1560 const double error_term = err_per_mb / DOUBLE_DIVIDE_CHECK(err_divisor); in calc_correction_factor()