Home
last modified time | relevance | path

Searched refs:useTegra (Results 1 – 23 of 23) sorted by relevance

/external/opencv3/modules/core/src/
Dsystem.cpp1281 bool useTegra() in useTegra() function
1285 if (data->useTegra < 0) in useTegra()
1289 data->useTegra = false; in useTegra()
1291 data->useTegra = true; in useTegra()
1294 return (data->useTegra > 0); in useTegra()
1300 data->useTegra = flag; in setUseTegra()
Dprecomp.hpp267 useTegra = -1; in CoreTLSData()
277 int useTegra; // 1 - use, 0 - do not use, -1 - auto/not initialized member
Darithm.cpp2259 if (tegra::useTegra()) in subtract()
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.hpp288 CV_EXPORTS bool useTegra();
/external/opencv3/modules/imgproc/src/
Dderiv.cpp565 if (tegra::useTegra() && scale == 1.0 && delta == 0) in Sobel()
623 if (tegra::useTegra() && scale == 1.0 && delta == 0) in Scharr()
876 if (tegra::useTegra() && scale == 1.0 && delta == 0) in Laplacian()
Dthresh.cpp67 …if (tegra::useTegra() && tegra::thresh_8u(_src, _dst, roi.width, roi.height, thresh, maxval, type)) in thresh_8u()
411 …if (tegra::useTegra() && tegra::thresh_16s(_src, _dst, roi.width, roi.height, thresh, maxval, type… in thresh_16s()
679 …if (tegra::useTegra() && tegra::thresh_32f(_src, _dst, roi.width, roi.height, thresh, maxval, type… in thresh_32f()
Dcorner.cpp272 …if (tegra::useTegra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_typ… in cornerEigenValsVecs()
Dcanny.cpp609 …if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient… in Canny()
Dpyramids.cpp1183 if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrDown(src, dst)) in pyrDown()
1260 if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst)) in pyrUp()
Dsmooth.cpp1327 if ( tegra::useTegra() && tegra::box(src, dst, ksize, anchor, normalize, borderType) ) in boxFilter()
1653 …if(sigma1 == 0 && sigma2 == 0 && tegra::useTegra() && tegra::gaussian(src, dst, ksize, borderType)) in GaussianBlur()
2701 if (tegra::useTegra() && tegra::medianBlur(src0, dst, ksize)) in medianBlur()
Dcolor.cpp6131 …if(tegra::useTegra() && tegra::cvtYUV4202RGB(bIdx, uIdx, 3, y1, uv, stride, dst->ptr<uchar>(rangeB… in operator ()()
6200 …if(tegra::useTegra() && tegra::cvtYUV4202RGB(bIdx, uIdx, 4, y1, uv, stride, dst->ptr<uchar>(rangeB… in operator ()()
7421 if(tegra::useTegra() && tegra::cvtBGR2RGB(src, dst, bidx)) in cvtColor()
7489 …if(tegra::useTegra() && tegra::cvtRGB2RGB565(src, dst, code == CV_RGB2BGR565 || code == CV_RGBA2BG… in cvtColor()
7615 if(tegra::useTegra() && tegra::cvtRGB2Gray(src, dst, bidx)) in cvtColor()
7668 if(tegra::useTegra() && tegra::cvtGray2RGB(src, dst)) in cvtColor()
7748 …if((code == CV_RGB2YCrCb || code == CV_BGR2YCrCb) && tegra::useTegra() && tegra::cvtRGB2YCrCb(src,… in cvtColor()
8042 if(tegra::useTegra() && tegra::cvtRGB2HSV(src, dst, bidx, hrange)) in cvtColor()
Dtemplmatch.cpp936 if (tegra::useTegra() && tegra::matchTemplate(img, templ, result, method)) in matchTemplate()
Dimgwarp.cpp3230 …if (tegra::useTegra() && tegra::resize(src, dst, (float)inv_scale_x, (float)inv_scale_y, interpola… in resize()
5587 if( tegra::useTegra() && tegra::warpAffine(src, dst, M, flags, borderType, borderValue) ) in warpAffine()
6113 if( tegra::useTegra() && tegra::warpPerspective(src, dst, M, flags, borderType, borderValue) ) in warpPerspective()
Dfilter.cpp4655 if( tegra::useTegra() && tegra::filter2D(src, dst, kernel, anchor, delta, borderType) ) in filter2D()
/external/opencv3/modules/stitching/src/
Dblenders.cpp484 if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src)) in normalizeUsingWeightMap()
555 if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr)) in createLaplacePyr()
Dmatchers.cpp151 if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_)) in match()
/external/opencv3/modules/photo/src/
Ddenoising.cpp130 if(hn == 1 && tegra::useTegra() && in fastNlMeansDenoising()
/external/opencv3/modules/features2d/src/
Dfast.cpp349 if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression)) in FAST()
/external/opencv3/modules/hal/src/
Dmathfuncs.cpp71 if (tegra::useTegra() && tegra::FastAtan2_32f(Y, X, angle, len, scale)) in fastAtan2()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp72 if(tegra::useTegra() && tegra::hierarchicalClustering(points, patternSz, patternPoints)) in hierarchicalClustering()
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp996 if (tegra::useTegra()) in createFaceDetectionMaskGenerator()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp61 if (tegra::useTegra() && tegra::calcSharrDeriv(src, dst)) in calcSharrDeriv()
/external/opencv3/modules/ts/src/
Dts_func.cpp3071 …const char * tegra_optimization = tegra::useTegra() && tegra::isDeviceSupported() ? "enabled" : "d… in printVersionInfo()