HomeSort by relevance Sort by last modified time
    Searched full:small_block_size (Results 1 - 1 of 1) sorted by null

  /external/opencv/cxcore/src/
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 )
    [all...]

Completed in 50 milliseconds