HomeSort by relevance Sort by last modified time
    Searched refs:motion_error (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1069 int tmp_err, motion_error, raw_motion_error; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 602 int motion_error = INT_MAX; local
607 &raw_motion_error, lst_yv12, &motion_error,
620 lst_yv12, &motion_error, recon_yoffset);
630 if (tmp_err < motion_error) {
631 motion_error = tmp_err;
644 if ((gf_motion_error < motion_error) &&
659 if (motion_error <= this_error) {
665 if ((((this_error - intrapenalty) * 9) <= (motion_error * 10)) &&
672 this_error = motion_error;
    [all...]

Completed in 176 milliseconds