Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxmisc.h96 #define CV_SPARSE_HASH_SIZE0 (1<<10) macro
/external/opencv/cxcore/src/
Dcxarray.cpp683 arr->hashsize = CV_SPARSE_HASH_SIZE0; in cvCreateSparseMat()
843 int newsize = MAX( mat->hashsize*2, CV_SPARSE_HASH_SIZE0); in icvGetNodePtr()