Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdatastructs.cpp784 int small_block_size = MAX(1, delta_elems/3)*elem_size + in icvGrowSeq() local
787 if( storage->free_space >= small_block_size + CV_STRUCT_ALIGN ) in icvGrowSeq()