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

  /external/opencv/cxcore/src/
cxdatastructs.cpp 663 int count = (int)(reader.block_max - reader.ptr);
671 reader.block_max = reader.ptr + reader.block->count*elem_size;
716 seq->block_max = seq->ptr = (schar *) array + total * elem_size;
766 if( (unsigned)(ICV_FREE_PTR(storage) - seq->block_max) < CV_STRUCT_ALIGN &&
772 seq->block_max += delta;
774 seq->block_max), CV_STRUCT_ALIGN );
833 seq->block_max = block->data + block->count;
849 seq->block_max = seq->ptr = block->data;
882 block->count = (int)(seq->block_max - block->data) + block->start_index * seq->elem_size;
883 block->data = seq->block_max - block->count
2133 schar* block_max; member in struct:CvSeqReaderPos
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1214 schar* block_max; /* Maximal bound of the last block. */ \
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 105 if( ptr >= reader->block_max )
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]

Completed in 208 milliseconds