Searched refs:gf_motion_error (Results 1 – 2 of 2) sorted by relevance
820 int gf_motion_error; in vp9_first_pass() local825 gf_motion_error = highbd_get_prediction_error( in vp9_first_pass()828 gf_motion_error = get_prediction_error( in vp9_first_pass()832 gf_motion_error = get_prediction_error( in vp9_first_pass()837 &gf_motion_error); in vp9_first_pass()839 if (gf_motion_error < motion_error && gf_motion_error < this_error) in vp9_first_pass()851 if (gf_motion_error < this_error) in vp9_first_pass()852 sr_coded_error += gf_motion_error; in vp9_first_pass()
602 int gf_motion_error = INT_MAX; in vp8_first_pass() local684 …first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); in vp8_first_pass()686 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error)) in vp8_first_pass()