Commit da0438e4 authored by michael's avatar michael

iterative overlapped block based motion estimation for snow


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 53d72646
...@@ -2770,6 +2770,9 @@ const char *motion_str[] = { ...@@ -2770,6 +2770,9 @@ const char *motion_str[] = {
"phods", "phods",
"epzs", "epzs",
"x1", "x1",
"hex",
"umh",
"iter",
NULL, NULL,
}; };
......
...@@ -289,7 +289,10 @@ enum Motion_Est_ID { ...@@ -289,7 +289,10 @@ enum Motion_Est_ID {
ME_LOG, ME_LOG,
ME_PHODS, ME_PHODS,
ME_EPZS, ME_EPZS,
ME_X1 ME_X1,
ME_HEX,
ME_UMH,
ME_ITER,
}; };
enum AVDiscard{ enum AVDiscard{
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment