Lines Matching refs:borderMode
32 int borderMode, interType; in PERF_TEST_P() local
35 borderMode = get<2>(GetParam()); in PERF_TEST_P()
40 if(borderMode == BORDER_CONSTANT) cvtest::smoothBorder(src, borderColor, 1); in PERF_TEST_P()
44 TEST_CYCLE() warpAffine( src, dst, warpMat, sz, interType, borderMode, borderColor ); in PERF_TEST_P()
62 int borderMode, interType; in PERF_TEST_P() local
65 borderMode = get<2>(GetParam()); in PERF_TEST_P()
70 if(borderMode == BORDER_CONSTANT) cvtest::smoothBorder(src, borderColor, 1); in PERF_TEST_P()
82 TEST_CYCLE() warpPerspective( src, dst, warpMat, sz, interType, borderMode, borderColor ); in PERF_TEST_P()
101 int borderMode, interType, type; variable
104 borderMode = get<2>(GetParam());
110 if(borderMode == BORDER_CONSTANT) cvtest::smoothBorder(src, borderColor, 1);
127 warpPerspective( src, dst, warpMat, size, interType, borderMode, borderColor ); in TEST_CYCLE()
150 int borderMode = get<3>(GetParam()); in PERF_TEST_P() local
165 remap(source, destination, map_x, map_y, interpolationType, borderMode); in PERF_TEST_P()