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

  /external/libaom/libaom/av1/encoder/
firstpass.c 592 int gf_motion_error; local
596 gf_motion_error = highbd_get_prediction_error(
599 gf_motion_error = get_prediction_error(bsize, &x->plane[0].src,
604 &gf_motion_error);
606 if (gf_motion_error < motion_error && gf_motion_error < this_error)
618 if (gf_motion_error < this_error)
619 sr_coded_error += gf_motion_error;
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1113 int gf_motion_error; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 562 int gf_motion_error = INT_MAX; local
642 &gf_motion_error, recon_yoffset);
644 if ((gf_motion_error < motion_error) &&
645 (gf_motion_error < this_error)) {
    [all...]

Completed in 1209 milliseconds