Searched refs:IMGIDX_ONE (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp725 const int IMGIDX_ONE = (1 << IMGIDX_SHIFT); local
815 CV_Assert( (int64)imgCount*IMGIDX_ONE < INT_MAX );
819 CV_Assert( trainDescCollection[iIdx].rows < IMGIDX_ONE );
822 update += IMGIDX_ONE;
845 mq.push_back( DMatch(qIdx, nidxptr[k] & (IMGIDX_ONE - 1),

Completed in 73 milliseconds