]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/motion_est.h
vaapi_encode: Fix GOP sizing
[ffmpeg] / libavcodec / motion_est.h
index 4ffe70ed30eaffeb364b9d2dcf15e2a1f3581296..3b63972d6e830c72d06a0ab75972c2c93c2af19b 100644 (file)
 struct MpegEncContext;
 
 #define MAX_MV 2048
+#define ME_MAP_SIZE 64
+
+#define FF_ME_ZERO 0
+#define FF_ME_EPZS 1
+#define FF_ME_XONE 2
 
 /**
  * Motion estimation context.