Searched defs:error_weight (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c534 double error_weight = 1.0; local
555 error_weight = vp9_vaq_inv_q_ratio(energy);
568 this_error = (int)(this_error * error_weight);
624 motion_error = (int)(motion_error * error_weight);
634 tmp_err = (int)(tmp_err * error_weight);
658 gf_motion_error = (int)(gf_motion_error * error_weight);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c584 double error_weight = 1.0; local
602 error_weight = vp9_vaq_inv_q_ratio(energy);
609 this_error = (int)(this_error * error_weight);
645 motion_error = (int)(motion_error * error_weight);
656 tmp_err = (int)(tmp_err * error_weight);
677 gf_motion_error = (int)(gf_motion_error * error_weight);

Completed in 222 milliseconds