Home
last modified time | relevance | path

Searched refs:bestDistance (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_match.cu60 …__device__ void findBestMatch(float& bestDistance, int& bestTrainIdx, float* s_distance, int* s_tr… in findBestMatch() argument
65 …reduceKeyVal<BLOCK_SIZE>(s_distance, bestDistance, s_trainIdx, bestTrainIdx, threadIdx.x, less<flo… in findBestMatch()
69 …__device__ void findBestMatch(float& bestDistance, int& bestTrainIdx, int& bestImgIdx, float* s_di… in findBestMatch() argument
75 …reduceKeyVal<BLOCK_SIZE>(s_distance, bestDistance, smem_tuple(s_trainIdx, s_imgIdx), thrust::tie(b… in findBestMatch()
95 float& bestDistance, int& bestTrainIdx, int& bestImgIdx) in loopUnrolledCached() argument
129 …if (queryIdx < query.rows && trainIdx < train.rows && distVal < bestDistance && mask(queryIdx, tra… in loopUnrolledCached()
132 bestDistance = distVal; in loopUnrolledCached()
139 …StepSz<T> query, const PtrStepSz<T> train, const Mask mask, int* bestTrainIdx, float* bestDistance) in matchUnrolledCached() argument
165 bestDistance[queryIdx] = myBestDistance; in matchUnrolledCached()
188 int* bestTrainIdx, int* bestImgIdx, float* bestDistance) in matchUnrolledCached() argument
[all …]
Dbf_knnmatch.cu377 …epSz<T> query, const PtrStepSz<T> train, const Mask mask, int2* bestTrainIdx, float2* bestDistance) in matchUnrolledCached() argument
405 bestDistance[queryIdx] = make_float2(myBestDistance1, myBestDistance2); in matchUnrolledCached()
427 …pSz<T>* trains, int n, const Mask mask, int2* bestTrainIdx, int2* bestImgIdx, float2* bestDistance) in matchUnrolledCached() argument
466 bestDistance[queryIdx] = make_float2(myBestDistance1, myBestDistance2); in matchUnrolledCached()
556 …epSz<T> query, const PtrStepSz<T> train, const Mask mask, int2* bestTrainIdx, float2* bestDistance) in matchUnrolled() argument
582 bestDistance[queryIdx] = make_float2(myBestDistance1, myBestDistance2); in matchUnrolled()
604 …pSz<T>* trains, int n, const Mask mask, int2* bestTrainIdx, int2* bestImgIdx, float2* bestDistance) in matchUnrolled() argument
641 bestDistance[queryIdx] = make_float2(myBestDistance1, myBestDistance2); in matchUnrolled()
730 …epSz<T> query, const PtrStepSz<T> train, const Mask mask, int2* bestTrainIdx, float2* bestDistance) in match() argument
756 bestDistance[queryIdx] = make_float2(myBestDistance1, myBestDistance2); in match()
[all …]
Dbf_radius_match.cu60 …PtrStepi bestTrainIdx, PtrStepi bestImgIdx, PtrStepf bestDistance, unsigned int* nMatches, int max… in matchUnrolled() argument
109 bestDistance.ptr(queryIdx)[ind] = distVal; in matchUnrolled()
168 …PtrStepi bestTrainIdx, PtrStepi bestImgIdx, PtrStepf bestDistance, unsigned int* nMatches, int max… in match() argument
216 bestDistance.ptr(queryIdx)[ind] = distVal; in match()
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl182 __global float *bestDistance,
303 bestDistance[queryIdx] = myBestDistance;
313 __global float *bestDistance,
376 bestDistance[mad24(queryIdx, ostep, ind)] = result;
385 __global float2 *bestDistance,
558 bestDistance[queryIdx] = (float2)(myBestDistance1, myBestDistance2);
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp476 int32_t bestDistance = MAX_POSITIVE_INT; in getBestSkeleton() local
527 if ( distance < bestDistance ) { in getBestSkeleton()
529 bestDistance = distance; in getBestSkeleton()
Ddtptngen.cpp1022 int32_t bestDistance = 0x7fffffff; in getBestRaw() local
1034 if (distance<bestDistance) { in getBestRaw()
1035 bestDistance=distance; in getBestRaw()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateIntervalInfo.java967 int bestDistance = Integer.MAX_VALUE; in getBestSkeleton() local
1001 if ( distance < bestDistance ) { in getBestSkeleton()
1003 bestDistance = distance; in getBestSkeleton()
DDateTimePatternGenerator.java1679 int bestDistance = Integer.MAX_VALUE; in getBestRaw() local
1689 if (distance < bestDistance) { in getBestRaw()
1690 bestDistance = distance; in getBestRaw()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java988 int bestDistance = Integer.MAX_VALUE; in getBestSkeleton() local
1022 if ( distance < bestDistance ) { in getBestSkeleton()
1024 bestDistance = distance; in getBestSkeleton()
DDateTimePatternGenerator.java1706 int bestDistance = Integer.MAX_VALUE; in getBestRaw() local
1716 if (distance < bestDistance) { in getBestRaw()
1717 bestDistance = distance; in getBestRaw()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...