Searched defs:matchUnrolledCached (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_match.cu | 139 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask… in matchUnrolledCached() function 170 … void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>& train, const Mask& mask, in matchUnrolledCached() function 187 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T>* trains, int n, c… in matchUnrolledCached() function 229 …void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>* trains, int n, const Mask&… in matchUnrolledCached() function
|
D | bf_knnmatch.cu | 377 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask… in matchUnrolledCached() function 410 … void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>& train, const Mask& mask, in matchUnrolledCached() function 427 …__global__ void matchUnrolledCached(const PtrStepSz<T> query, const PtrStepSz<T>* trains, int n, c… in matchUnrolledCached() function 471 …void matchUnrolledCached(const PtrStepSz<T>& query, const PtrStepSz<T>* trains, int n, const Mask&… in matchUnrolledCached() function
|