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

  /external/opencv/cxcore/src/
cxcopy.cpp 348 if( iterator.size.width <= CV_MAX_INLINE_MAT_OP_SIZE*(int)sizeof(double))
431 if( size.width <= CV_MAX_INLINE_MAT_OP_SIZE*
432 CV_MAX_INLINE_MAT_OP_SIZE*(int)sizeof(double))
569 if( size.width <= (int)(CV_MAX_INLINE_MAT_OP_SIZE*sizeof(double)))
692 if( iterator.size.width <= CV_MAX_INLINE_MAT_OP_SIZE*(int)sizeof(double) )
735 if( size.width <= CV_MAX_INLINE_MAT_OP_SIZE*(int)sizeof(double) )
    [all...]
cxarithm.cpp 384 if( len <= CV_MAX_INLINE_MAT_OP_SIZE*CV_MAX_INLINE_MAT_OP_SIZE )
628 if( size.width <= CV_MAX_INLINE_MAT_OP_SIZE )
    [all...]
cxutils.cpp 713 s->cols*s->rows <= CV_MAX_INLINE_MAT_OP_SIZE*CV_MAX_INLINE_MAT_OP_SIZE )
    [all...]
cxsumpixels.cpp 479 if( size.width <= CV_MAX_INLINE_MAT_OP_SIZE )
    [all...]
cxconvert.cpp     [all...]
cxnorm.cpp     [all...]
cxmatmul.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h 64 #define CV_MAX_INLINE_MAT_OP_SIZE 10
    [all...]

Completed in 395 milliseconds