Home | History | Annotate | Download | only in encoder

Lines Matching full:error_weight

583       double error_weight = 1.0;
601 error_weight = vp9_vaq_inv_q_ratio(energy);
608 this_error = (int)(this_error * error_weight);
644 motion_error = (int)(motion_error * error_weight);
655 tmp_err = (int)(tmp_err * error_weight);
676 gf_motion_error = (int)(gf_motion_error * error_weight);