shithub: openh264

Download patch

ref: 1711b497e330de3b5bb1cf7074249d9c2a259424
parent: b1c13f4954b2f81bbd08a04d55ed03f11d34a7f5
author: Martin Storsjö <[email protected]>
date: Sun May 4 13:48:39 EDT 2014

Take the test of TestHorizontalSearch_SSE41 into use

After fixing the ranges, there's no reason to exclude this test.

--- a/test/encoder/EncUT_MotionEstimate.cpp
+++ b/test/encoder/EncUT_MotionEstimate.cpp
@@ -316,7 +316,7 @@
     //it is possible that ref at differnt position is identical, but that should be under a low probability
   }
 }
-/*
+
 TEST_F(MotionEstimateTest, TestHorizontalSearch_SSE41)
 {
   const int32_t kiMaxBlock16Sad = 72000;//a rough number
@@ -382,5 +382,4 @@
     //it is possible that ref at differnt position is identical, but that should be under a low probability
   }
 }
-*/
-#endif
\ No newline at end of file
+#endif