Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp339 static const caller_t callersL1[] = in matchAsync() local
358 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync()
401 static const caller_t callersL1[] = in matchAsync() local
420 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in matchAsync()
599 static const caller_t callersL1[] = in knnMatchAsync() local
618 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in knnMatchAsync()
685 static const caller_t callersL1[] = in knnMatchAsync() local
704 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in knnMatchAsync()
868 static const caller_t callersL1[] = in radiusMatchAsync() local
887 …const caller_t* callers = norm_ == NORM_L1 ? callersL1 : norm_ == NORM_L2 ? callersL2 : callersHam… in radiusMatchAsync()
[all …]