--- xvid.h 2003/12/17 17:07:38 1.27.2.54 +++ xvid.h 2003/12/18 13:26:40 1.27.2.57 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid.h,v 1.27.2.54 2003/12/17 17:07:38 Isibaar Exp $ + * $Id: xvid.h,v 1.27.2.57 2003/12/18 13:26:40 Isibaar Exp $ * ****************************************************************************/ @@ -657,6 +657,9 @@ /* Other */ #define XVID_ME_DETECT_STATIC_MOTION (1<<24) /* speed-up ME by detecting stationary scenes */ +#define XVID_ME_SKIP_DELTASEARCH (1<<26) /* speed-up by skipping b-frame delta search */ +#define XVID_ME_FAST_MODEINTERPOLATE (1<<27) /* speed-up by partly skipping interpolate mode */ +#define XVID_ME_BFRAME_EARLYSTOP (1<<28) /* speed-up by early exiting b-search */ /* Unused */ #define XVID_ME_UNRESTRICTED16 (1<<20) /* unrestricted ME, not implemented */