Home
last modified time | relevance | path

Searched refs:myBestTrainIdx1 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_knnmatch.cu106 int myBestTrainIdx1 = -1; in findBestMatch()
127 myBestTrainIdx2 = myBestTrainIdx1; in findBestMatch()
130 myBestTrainIdx1 = s_trainIdx[i]; in findBestMatch()
165 bestTrainIdx1 = myBestTrainIdx1; in findBestMatch()
225 int myBestTrainIdx1 = -1; in findBestMatch()
250 myBestTrainIdx2 = myBestTrainIdx1; in findBestMatch()
254 myBestTrainIdx1 = s_trainIdx[i]; in findBestMatch()
293 bestTrainIdx1 = myBestTrainIdx1; in findBestMatch()
390 int myBestTrainIdx1 = -1; in matchUnrolledCached() local
393 …s_query, s_train, myBestDistance1, myBestDistance2, myBestTrainIdx1, myBestTrainIdx2, myBestTrainI… in matchUnrolledCached()
[all …]
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl422 int myBestTrainIdx1 = -1;
478 myBestTrainIdx2 = myBestTrainIdx1;
480 myBestTrainIdx1 = trainIdx;
499 s_trainIdx[lidx] = myBestTrainIdx1;
552 myBestTrainIdx1 = bestTrainIdx1;
557 bestTrainIdx[queryIdx] = (int2)(myBestTrainIdx1, myBestTrainIdx2);