HomeSort by relevance Sort by last modified time
    Searched refs:CV_MAX_ALLOC_SIZE (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxalloc.cpp 105 if( (size_t)size > CV_MAX_ALLOC_SIZE )
  /external/opencv/cxcore/include/
cxmisc.h 81 #define CV_MAX_ALLOC_SIZE (((size_t)1 << (sizeof(size_t)*8-2)))
    [all...]

Completed in 24 milliseconds