Lines Matching defs:sdepth
22 int sdepth = get<2>(GetParam());
25 Mat sum(sz, sdepth);
29 TEST_CYCLE() integral(src, sum, sdepth);
44 int sdepth = get<2>(GetParam());
47 Mat sum(sz, sdepth);
48 Mat sqsum(sz, sdepth);
53 TEST_CYCLE() integral(src, sum, sqsum, sdepth);
69 int sdepth = get<2>(GetParam());
72 Mat sum(sz, sdepth);
73 Mat sqsum(sz, sdepth);
74 Mat tilted(sz, sdepth);
79 TEST_CYCLE() integral(src, sum, sqsum, tilted, sdepth);