Searched defs:s_trainIdx (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_match.cu | 60 …ce__ void findBestMatch(float& bestDistance, int& bestTrainIdx, float* s_distance, int* s_trainIdx) in findBestMatch() 69 …bestDistance, int& bestTrainIdx, int& bestImgIdx, float* s_distance, int* s_trainIdx, int* s_imgId… in findBestMatch() 158 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolledCached() local 215 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolledCached() local 316 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolled() local 371 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolled() local 471 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in match() local 525 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in match() local
|
D | bf_knnmatch.cu | 63 float* s_distance, int* s_trainIdx) in findBestMatch() 174 float* s_distance, int* s_trainIdx, int* s_imgIdx) in findBestMatch() 398 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolledCached() local 457 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolledCached() local 575 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolled() local 632 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in matchUnrolled() local 749 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in match() local 806 int* s_trainIdx = (int*)(smem + BLOCK_SIZE * BLOCK_SIZE); in match() local 1073 __shared__ int s_trainIdx[SMEM_SIZE]; in findBestMatch() local
|