Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c590 int gf_motion_error = INT_MAX; in vp8_first_pass() local
661 …8_first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffse… in vp8_first_pass()
663 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error)) in vp8_first_pass()