HomeSort by relevance Sort by last modified time
    Searched full:gf_motion_error (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/encoder/
firstpass.c 590 int gf_motion_error = INT_MAX; local
661 vp8_first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset);
663 if ((gf_motion_error < motion_error) && (gf_motion_error < this_error))
666 //motion_error = gf_motion_error;
    [all...]

Completed in 83 milliseconds