tegra              72 modules/calib3d/src/circlesgrid.cpp     if(tegra::useTegra() && tegra::hierarchicalClustering(points, patternSz, patternPoints))
tegra            2259 modules/core/src/arithm.cpp     if (tegra::useTegra())
tegra            2292 modules/core/src/arithm.cpp                     if(tegra::subtract_8u8u16s(src1, src2, dst))
tegra            2298 modules/core/src/arithm.cpp                     if(tegra::subtract_8u8u32f(src1, src2, dst))
tegra            2304 modules/core/src/arithm.cpp                     if(tegra::subtract_8u8u8s(src1, src2, dst))
tegra             397 modules/core/src/matrix.cpp         if( !a || a == tegra::getAllocator() )
tegra             398 modules/core/src/matrix.cpp             a = tegra::getAllocator(d, _sizes, _type);
tegra             396 modules/core/src/system.cpp     ::tegra::setUseTegra(flag);
tegra             349 modules/features2d/src/fast.cpp       if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression))
tegra              71 modules/hal/src/mathfuncs.cpp     if (tegra::useTegra() && tegra::FastAtan2_32f(Y, X, angle, len, scale))
tegra             609 modules/imgproc/src/canny.cpp     if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient))
tegra            6131 modules/imgproc/src/color.cpp         if(tegra::useTegra() && tegra::cvtYUV4202RGB(bIdx, uIdx, 3, y1, uv, stride, dst->ptr<uchar>(rangeBegin), dst->step, rangeEnd - rangeBegin, dst->cols))
tegra            6200 modules/imgproc/src/color.cpp         if(tegra::useTegra() && tegra::cvtYUV4202RGB(bIdx, uIdx, 4, y1, uv, stride, dst->ptr<uchar>(rangeBegin), dst->step, rangeEnd - rangeBegin, dst->cols))
tegra            7421 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtBGR2RGB(src, dst, bidx))
tegra            7489 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtRGB2RGB565(src, dst, code == CV_RGB2BGR565 || code == CV_RGBA2BGR565 ? 0 : 2))
tegra            7615 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtRGB2Gray(src, dst, bidx))
tegra            7668 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtGray2RGB(src, dst))
tegra            7748 modules/imgproc/src/color.cpp                 if((code == CV_RGB2YCrCb || code == CV_BGR2YCrCb) && tegra::useTegra() && tegra::cvtRGB2YCrCb(src, dst, bidx))
tegra            8042 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtRGB2HSV(src, dst, bidx, hrange))
tegra             272 modules/imgproc/src/corner.cpp     if (tegra::useTegra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_type, k, borderType))
tegra             565 modules/imgproc/src/deriv.cpp     if (tegra::useTegra() && scale == 1.0 && delta == 0)
tegra             568 modules/imgproc/src/deriv.cpp         if (ksize == 3 && tegra::sobel3x3(src, dst, dx, dy, borderType))
tegra             570 modules/imgproc/src/deriv.cpp         if (ksize == -1 && tegra::scharr(src, dst, dx, dy, borderType))
tegra             623 modules/imgproc/src/deriv.cpp     if (tegra::useTegra() && scale == 1.0 && delta == 0)
tegra             626 modules/imgproc/src/deriv.cpp         if (tegra::scharr(src, dst, dx, dy, borderType))
tegra             876 modules/imgproc/src/deriv.cpp     if (tegra::useTegra() && scale == 1.0 && delta == 0)
tegra             879 modules/imgproc/src/deriv.cpp         if (ksize == 1 && tegra::laplace1(src, dst, borderType))
tegra             881 modules/imgproc/src/deriv.cpp         if (ksize == 3 && tegra::laplace3(src, dst, borderType))
tegra             883 modules/imgproc/src/deriv.cpp         if (ksize == 5 && tegra::laplace5(src, dst, borderType))
tegra            4655 modules/imgproc/src/filter.cpp     if( tegra::useTegra() && tegra::filter2D(src, dst, kernel, anchor, delta, borderType) )
tegra            3230 modules/imgproc/src/imgwarp.cpp     if (tegra::useTegra() && tegra::resize(src, dst, (float)inv_scale_x, (float)inv_scale_y, interpolation))
tegra            5587 modules/imgproc/src/imgwarp.cpp     if( tegra::useTegra() && tegra::warpAffine(src, dst, M, flags, borderType, borderValue) )
tegra            6113 modules/imgproc/src/imgwarp.cpp     if( tegra::useTegra() && tegra::warpPerspective(src, dst, M, flags, borderType, borderValue) )
tegra             588 modules/imgproc/src/morph.cpp using tegra::ErodeRowVec8u;
tegra             589 modules/imgproc/src/morph.cpp using tegra::DilateRowVec8u;
tegra             591 modules/imgproc/src/morph.cpp using tegra::ErodeColumnVec8u;
tegra             592 modules/imgproc/src/morph.cpp using tegra::DilateColumnVec8u;
tegra            1183 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrDown(src, dst))
tegra            1260 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst))
tegra            1327 modules/imgproc/src/smooth.cpp     if ( tegra::useTegra() && tegra::box(src, dst, ksize, anchor, normalize, borderType) )
tegra            1653 modules/imgproc/src/smooth.cpp     if(sigma1 == 0 && sigma2 == 0 && tegra::useTegra() && tegra::gaussian(src, dst, ksize, borderType))
tegra            2701 modules/imgproc/src/smooth.cpp     if (tegra::useTegra() && tegra::medianBlur(src0, dst, ksize))
tegra             936 modules/imgproc/src/templmatch.cpp     if (tegra::useTegra() && tegra::matchTemplate(img, templ, result, method))
tegra              67 modules/imgproc/src/thresh.cpp     if (tegra::useTegra() && tegra::thresh_8u(_src, _dst, roi.width, roi.height, thresh, maxval, type))
tegra             411 modules/imgproc/src/thresh.cpp     if (tegra::useTegra() && tegra::thresh_16s(_src, _dst, roi.width, roi.height, thresh, maxval, type))
tegra             679 modules/imgproc/src/thresh.cpp     if (tegra::useTegra() && tegra::thresh_32f(_src, _dst, roi.width, roi.height, thresh, maxval, type))
tegra             947 modules/objdetect/src/cascadedetect.cpp     if (tegra::useTegra())
tegra             948 modules/objdetect/src/cascadedetect.cpp         return tegra::getCascadeClassifierMaskGenerator();
tegra             130 modules/photo/src/denoising.cpp             if(hn == 1 && tegra::useTegra() &&
tegra             131 modules/photo/src/denoising.cpp                tegra::fastNlMeansDenoising(src, dst, h[0], templateWindowSize, searchWindowSize))
tegra             484 modules/stitching/src/blenders.cpp     if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src))
tegra             555 modules/stitching/src/blenders.cpp     if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr))
tegra             151 modules/stitching/src/matchers.cpp     if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_))
tegra            3071 modules/ts/src/ts_func.cpp     const char * tegra_optimization = tegra::useTegra() && tegra::isDeviceSupported() ? "enabled" : "disabled";
tegra              61 modules/video/src/lkpyramid.cpp     if (tegra::useTegra() && tegra::calcSharrDeriv(src, dst))
tegra            1248 modules/video/src/lkpyramid.cpp         typedef tegra::LKTrackerInvoker<cv::detail::LKTrackerInvoker> LKTrackerInvoker;