useTegra           72 modules/calib3d/src/circlesgrid.cpp     if(tegra::useTegra() && tegra::hierarchicalClustering(points, patternSz, patternPoints))
useTegra          288 modules/core/include/opencv2/core/private.hpp CV_EXPORTS bool useTegra();
useTegra         2259 modules/core/src/arithm.cpp     if (tegra::useTegra())
useTegra          267 modules/core/src/precomp.hpp         useTegra = -1;
useTegra          277 modules/core/src/precomp.hpp     int useTegra; // 1 - use, 0 - do not use, -1 - auto/not initialized
useTegra         1285 modules/core/src/system.cpp     if (data->useTegra < 0)
useTegra         1289 modules/core/src/system.cpp             data->useTegra = false;
useTegra         1291 modules/core/src/system.cpp             data->useTegra = true;
useTegra         1294 modules/core/src/system.cpp     return (data->useTegra > 0);
useTegra         1300 modules/core/src/system.cpp     data->useTegra = flag;
useTegra          349 modules/features2d/src/fast.cpp       if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression))
useTegra           71 modules/hal/src/mathfuncs.cpp     if (tegra::useTegra() && tegra::FastAtan2_32f(Y, X, angle, len, scale))
useTegra          609 modules/imgproc/src/canny.cpp     if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient))
useTegra         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))
useTegra         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))
useTegra         7421 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtBGR2RGB(src, dst, bidx))
useTegra         7489 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtRGB2RGB565(src, dst, code == CV_RGB2BGR565 || code == CV_RGBA2BGR565 ? 0 : 2))
useTegra         7615 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtRGB2Gray(src, dst, bidx))
useTegra         7668 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtGray2RGB(src, dst))
useTegra         7748 modules/imgproc/src/color.cpp                 if((code == CV_RGB2YCrCb || code == CV_BGR2YCrCb) && tegra::useTegra() && tegra::cvtRGB2YCrCb(src, dst, bidx))
useTegra         8042 modules/imgproc/src/color.cpp                 if(tegra::useTegra() && tegra::cvtRGB2HSV(src, dst, bidx, hrange))
useTegra          272 modules/imgproc/src/corner.cpp     if (tegra::useTegra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_type, k, borderType))
useTegra          565 modules/imgproc/src/deriv.cpp     if (tegra::useTegra() && scale == 1.0 && delta == 0)
useTegra          623 modules/imgproc/src/deriv.cpp     if (tegra::useTegra() && scale == 1.0 && delta == 0)
useTegra          876 modules/imgproc/src/deriv.cpp     if (tegra::useTegra() && scale == 1.0 && delta == 0)
useTegra         4655 modules/imgproc/src/filter.cpp     if( tegra::useTegra() && tegra::filter2D(src, dst, kernel, anchor, delta, borderType) )
useTegra         3230 modules/imgproc/src/imgwarp.cpp     if (tegra::useTegra() && tegra::resize(src, dst, (float)inv_scale_x, (float)inv_scale_y, interpolation))
useTegra         5587 modules/imgproc/src/imgwarp.cpp     if( tegra::useTegra() && tegra::warpAffine(src, dst, M, flags, borderType, borderValue) )
useTegra         6113 modules/imgproc/src/imgwarp.cpp     if( tegra::useTegra() && tegra::warpPerspective(src, dst, M, flags, borderType, borderValue) )
useTegra         1183 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrDown(src, dst))
useTegra         1260 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst))
useTegra         1327 modules/imgproc/src/smooth.cpp     if ( tegra::useTegra() && tegra::box(src, dst, ksize, anchor, normalize, borderType) )
useTegra         1653 modules/imgproc/src/smooth.cpp     if(sigma1 == 0 && sigma2 == 0 && tegra::useTegra() && tegra::gaussian(src, dst, ksize, borderType))
useTegra         2701 modules/imgproc/src/smooth.cpp     if (tegra::useTegra() && tegra::medianBlur(src0, dst, ksize))
useTegra          936 modules/imgproc/src/templmatch.cpp     if (tegra::useTegra() && tegra::matchTemplate(img, templ, result, method))
useTegra           67 modules/imgproc/src/thresh.cpp     if (tegra::useTegra() && tegra::thresh_8u(_src, _dst, roi.width, roi.height, thresh, maxval, type))
useTegra          411 modules/imgproc/src/thresh.cpp     if (tegra::useTegra() && tegra::thresh_16s(_src, _dst, roi.width, roi.height, thresh, maxval, type))
useTegra          679 modules/imgproc/src/thresh.cpp     if (tegra::useTegra() && tegra::thresh_32f(_src, _dst, roi.width, roi.height, thresh, maxval, type))
useTegra          947 modules/objdetect/src/cascadedetect.cpp     if (tegra::useTegra())
useTegra          130 modules/photo/src/denoising.cpp             if(hn == 1 && tegra::useTegra() &&
useTegra          484 modules/stitching/src/blenders.cpp     if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src))
useTegra          555 modules/stitching/src/blenders.cpp     if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr))
useTegra          151 modules/stitching/src/matchers.cpp     if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_))
useTegra         3071 modules/ts/src/ts_func.cpp     const char * tegra_optimization = tegra::useTegra() && tegra::isDeviceSupported() ? "enabled" : "disabled";
useTegra           61 modules/video/src/lkpyramid.cpp     if (tegra::useTegra() && tegra::calcSharrDeriv(src, dst))