[x265] [PATCH] Fixed the --me 4 option error for Full search
Deepthi Nandakumar
deepthi at multicorewareinc.com
Tue Oct 15 08:53:02 CEST 2013
# HG changeset patch
# User sairam at multicorewareinc.com
# Date 1381818060 -19800
# Tue Oct 15 11:51:00 2013 +0530
# Branch hsa
# Node ID 5725e4986fa142c38ed7416f303f93604135c603
# Parent 0004c182f326197019a7426f080dd04ff99f39d3
Fixed the --me 4 cli option error
diff -r 0004c182f326 -r 5725e4986fa1 source/encoder/motion.cpp
--- a/source/encoder/motion.cpp Thu Oct 10 19:12:06 2013 -0500
+++ b/source/encoder/motion.cpp Tue Oct 15 11:51:00 2013 +0530
@@ -732,8 +732,9 @@
break;
}
}
+ break;
}
- break;
+
case X265_FULL_SEARCH:
{
// dead slow exhaustive search, but at least it uses sad_x4()
@@ -767,8 +768,9 @@
COST_MV(tmv.x, tmv.y);
}
}
+ break;
}
-
+
default:
assert(0);
break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131015/224a3f2f/attachment.html>
More information about the x265-devel
mailing list