Home
last modified time | relevance | path

Searched defs:matchUnrolledCached (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_match.cu139 …__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
Dbf_knnmatch.cu377 …__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