/external/opencv3/modules/core/src/ |
D | system.cpp | 1281 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()
|
D | precomp.hpp | 267 useTegra = -1; in CoreTLSData() 277 int useTegra; // 1 - use, 0 - do not use, -1 - auto/not initialized member
|
D | arithm.cpp | 2259 if (tegra::useTegra()) in subtract()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | private.hpp | 288 CV_EXPORTS bool useTegra();
|
/external/opencv3/modules/imgproc/src/ |
D | deriv.cpp | 565 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()
|
D | thresh.cpp | 67 …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()
|
D | corner.cpp | 272 …if (tegra::useTegra() && tegra::cornerEigenValsVecs(src, eigenv, block_size, aperture_size, op_typ… in cornerEigenValsVecs()
|
D | canny.cpp | 609 …if (tegra::useTegra() && tegra::canny(src, dst, low_thresh, high_thresh, aperture_size, L2gradient… in Canny()
|
D | pyramids.cpp | 1183 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()
|
D | smooth.cpp | 1327 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()
|
D | color.cpp | 6131 …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()
|
D | templmatch.cpp | 936 if (tegra::useTegra() && tegra::matchTemplate(img, templ, result, method)) in matchTemplate()
|
D | imgwarp.cpp | 3230 …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()
|
D | filter.cpp | 4655 if( tegra::useTegra() && tegra::filter2D(src, dst, kernel, anchor, delta, borderType) ) in filter2D()
|
/external/opencv3/modules/stitching/src/ |
D | blenders.cpp | 484 if(tegra::useTegra() && tegra::normalizeUsingWeightMap(weight, src)) in normalizeUsingWeightMap() 555 if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr)) in createLaplacePyr()
|
D | matchers.cpp | 151 if (tegra::useTegra() && tegra::match2nearest(features1, features2, matches_info, match_conf_)) in match()
|
/external/opencv3/modules/photo/src/ |
D | denoising.cpp | 130 if(hn == 1 && tegra::useTegra() && in fastNlMeansDenoising()
|
/external/opencv3/modules/features2d/src/ |
D | fast.cpp | 349 if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression)) in FAST()
|
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 71 if (tegra::useTegra() && tegra::FastAtan2_32f(Y, X, angle, len, scale)) in fastAtan2()
|
/external/opencv3/modules/calib3d/src/ |
D | circlesgrid.cpp | 72 if(tegra::useTegra() && tegra::hierarchicalClustering(points, patternSz, patternPoints)) in hierarchicalClustering()
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 996 if (tegra::useTegra()) in createFaceDetectionMaskGenerator()
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 61 if (tegra::useTegra() && tegra::calcSharrDeriv(src, dst)) in calcSharrDeriv()
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 3071 …const char * tegra_optimization = tegra::useTegra() && tegra::isDeviceSupported() ? "enabled" : "d… in printVersionInfo()
|