Home
last modified time | relevance | path

Searched refs:loopUnrolledCached (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_match.cu93 …__device__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query,volatile int imgIdx, co… in loopUnrolledCached() function
153loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, 0, train, mask, s_query, s_tra… in matchUnrolledCached()
209loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, imgIdx, train, m, s_query, s_t… in matchUnrolledCached()
Dbf_knnmatch.cu316 …__device__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query, int imgIdx, const PtrS… in loopUnrolledCached() function
393loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, 0, train, mask, s_query, s_tra… in matchUnrolledCached()
451loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, imgIdx, train, m, s_query, s_t… in matchUnrolledCached()
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl220 // loopUnrolledCached to find the best trainIdx and best distance.