Home
last modified time | relevance | path

Searched refs:gf_motion_error (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c820 int gf_motion_error; in vp9_first_pass() local
825 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()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c602 int gf_motion_error = INT_MAX; in vp8_first_pass() local
684 …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()