iterative overlapped block based motion estimation for snow

Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2005-12-28 15:43:53 +00:00
parent 1338e0cbd8
commit 51d6a3cf00
3 changed files with 386 additions and 45 deletions

View File

@@ -289,7 +289,10 @@ enum Motion_Est_ID {
ME_LOG,
ME_PHODS,
ME_EPZS,
ME_X1
ME_X1,
ME_HEX,
ME_UMH,
ME_ITER,
};
enum AVDiscard{