Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxmisc.h424 int isort_thresh = 7; \
454 if( n <= isort_thresh ) \
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2165 int isort_thresh = 7; in cvSeqSort() local
2190 isort_thresh *= elem_size; in cvSeqSort()
2217 if( n <= isort_thresh ) in cvSeqSort()