Searched refs:motion_error (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 758 int tmp_err, motion_error, raw_motion_error; in vp9_first_pass() local 766 motion_error = highbd_get_prediction_error( in vp9_first_pass() 769 motion_error = get_prediction_error( in vp9_first_pass() 773 motion_error = get_prediction_error( in vp9_first_pass() 801 first_pass_motion_search(cpi, x, &best_ref_mv, &mv, &motion_error); in vp9_first_pass() 809 if (tmp_err < motion_error) { in vp9_first_pass() 810 motion_error = tmp_err; in vp9_first_pass() 839 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass() 856 sr_coded_error += motion_error; in vp9_first_pass() 859 sr_coded_error += motion_error; in vp9_first_pass() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 642 int motion_error = INT_MAX; in vp8_first_pass() local 647 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass() 660 &motion_error, recon_yoffset); in vp8_first_pass() 671 if ( tmp_err < motion_error ) in vp8_first_pass() 673 motion_error = tmp_err; in vp8_first_pass() 686 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error)) in vp8_first_pass() 701 if (motion_error <= this_error) in vp8_first_pass() 709 (motion_error*10)) && in vp8_first_pass() 717 this_error = motion_error; in vp8_first_pass()
|