Take the test of TestHorizontalSearch_SSE41 into use
After fixing the ranges, there's no reason to exclude this test.
This commit is contained in:
parent
b1c13f4954
commit
1711b497e3
@ -316,7 +316,7 @@ TEST_F(MotionEstimateTest, TestVerticalSearch_SSE41)
|
|||||||
//it is possible that ref at differnt position is identical, but that should be under a low probability
|
//it is possible that ref at differnt position is identical, but that should be under a low probability
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
TEST_F(MotionEstimateTest, TestHorizontalSearch_SSE41)
|
TEST_F(MotionEstimateTest, TestHorizontalSearch_SSE41)
|
||||||
{
|
{
|
||||||
const int32_t kiMaxBlock16Sad = 72000;//a rough number
|
const int32_t kiMaxBlock16Sad = 72000;//a rough number
|
||||||
@ -382,5 +382,4 @@ TEST_F(MotionEstimateTest, TestHorizontalSearch_SSE41)
|
|||||||
//it is possible that ref at differnt position is identical, but that should be under a low probability
|
//it is possible that ref at differnt position is identical, but that should be under a low probability
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
#endif
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user