Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_knnmatch.cu1071 const int SMEM_SIZE = BLOCK_SIZE > 64 ? BLOCK_SIZE : 64; in findBestMatch() local
1072 __shared__ float s_dist[SMEM_SIZE]; in findBestMatch()
1073 __shared__ int s_trainIdx[SMEM_SIZE]; in findBestMatch()