Searched refs:small_block_size (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ | ||
H A D | cxdatastructs.cpp | 784 int small_block_size = MAX(1, delta_elems/3)*elem_size + local 787 if( storage->free_space >= small_block_size + CV_STRUCT_ALIGN ) |
Completed in 126 milliseconds