HomeSort by relevance Sort by last modified time
    Searched full:error_weight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 534 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);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 584 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 583 double error_weight = 1.0; local
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);
    [all...]

Completed in 725 milliseconds