Searched refs:loopUnrolledCached (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_match.cu | 93 …__device__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query,volatile int imgIdx, co… in loopUnrolledCached() function 153 …loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, 0, train, mask, s_query, s_tra… in matchUnrolledCached() 209 …loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, imgIdx, train, m, s_query, s_t… in matchUnrolledCached()
|
D | bf_knnmatch.cu | 316 …__device__ void loopUnrolledCached(int queryIdx, const PtrStepSz<T>& query, int imgIdx, const PtrS… in loopUnrolledCached() function 393 …loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, 0, train, mask, s_query, s_tra… in matchUnrolledCached() 451 …loopUnrolledCached<BLOCK_SIZE, MAX_DESC_LEN, Dist>(queryIdx, query, imgIdx, train, m, s_query, s_t… in matchUnrolledCached()
|
/external/opencv3/modules/features2d/src/opencl/ |
D | brute_force_match.cl | 220 // loopUnrolledCached to find the best trainIdx and best distance.
|