Searched refs:gf_motion_error (Results 1 – 2 of 2) sorted by relevance
667 int gf_motion_error; in vp9_first_pass() local670 gf_motion_error = zz_motion_search(x); in vp9_first_pass()673 &gf_motion_error); in vp9_first_pass()676 gf_motion_error = (int)(gf_motion_error * error_weight); in vp9_first_pass()679 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass()691 if (gf_motion_error < this_error) in vp9_first_pass()692 sr_coded_error += gf_motion_error; in vp9_first_pass()
601 int gf_motion_error = INT_MAX; in vp8_first_pass() local683 …first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); in vp8_first_pass()685 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error)) in vp8_first_pass()