Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c532 double error_weight = 1.0; in vp9_first_pass() local
553 error_weight = vp9_vaq_inv_q_ratio(energy); in vp9_first_pass()
566 this_error = (int)(this_error * error_weight); in vp9_first_pass()
623 motion_error = (int)(motion_error * error_weight); in vp9_first_pass()
633 tmp_err = (int)(tmp_err * error_weight); in vp9_first_pass()
655 gf_motion_error = (int)(gf_motion_error * error_weight); in vp9_first_pass()