sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4)

This commit is contained in:
Ilya Lavrenov
2012-12-11 15:14:50 +04:00
parent 67ce03d7dd
commit d1ca934115
2 changed files with 160 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ typedef TestBaseWithParam<MatInfo_Size_Scale_t> MatInfo_Size_Scale;
PERF_TEST_P(MatInfo_Size_Scale, ResizeAreaFast,
testing::Combine(
testing::Values(CV_8UC1, CV_8UC4),
testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16UC1, CV_16UC3, CV_16UC4),
testing::Values(szVGA, szqHD, sz720p, sz1080p),
testing::Values(2)
)