Searched refs:CV_MAX_LOCAL_SIZE (Results 1 - 16 of 16) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxlogic.cpp283 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
290 if( buf_size > CV_MAX_LOCAL_SIZE )
450 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
457 if( buf_size > CV_MAX_LOCAL_SIZE )
H A Dcxarithm.cpp439 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
446 if( buf_size > CV_MAX_LOCAL_SIZE )
683 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
690 if( buf_size > CV_MAX_LOCAL_SIZE )
911 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
918 if( buf_size > CV_MAX_LOCAL_SIZE )
1155 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
1162 if( buf_size > CV_MAX_LOCAL_SIZE )
H A Dcxsvd.cpp1365 if( buf_size <= CV_MAX_LOCAL_SIZE )
1565 if( buf_size <= CV_MAX_LOCAL_SIZE )
H A Dcxmatrix.cpp1833 if( buf_size < CV_MAX_LOCAL_SIZE )
1961 if( buf_size < CV_MAX_LOCAL_SIZE )
H A Dcxmatmul.cpp2823 if( buf_size <= CV_MAX_LOCAL_SIZE )
2872 if( buf_size <= CV_MAX_LOCAL_SIZE ) \
3026 if( buf_size <= CV_MAX_LOCAL_SIZE ) \
H A Dcxconvert.cpp771 if( buf_size > CV_MAX_LOCAL_SIZE )
/external/opencv/ml/src/
H A Dmlknearest.cpp368 if( buf_sz <= CV_MAX_LOCAL_SIZE )
H A Dmlnbayes.cpp326 if( size <= CV_MAX_LOCAL_SIZE )
H A Dmlem.cpp233 if( size <= CV_MAX_LOCAL_SIZE )
H A Dmlboost.cpp1340 if( bufsize <= CV_MAX_LOCAL_SIZE )
H A Dmlsvm.cpp1903 if( buf_sz <= CV_MAX_LOCAL_SIZE )
/external/opencv/cv/src/
H A Dcvderiv.cpp309 if( bufsize <= CV_MAX_LOCAL_SIZE )
848 if( bufsize <= CV_MAX_LOCAL_SIZE )
H A Dcvpyramids.cpp998 if( buffer_size <= CV_MAX_LOCAL_SIZE )
1106 if( buffer_size <= CV_MAX_LOCAL_SIZE )
H A Dcvmorph.cpp972 if( bufsize < CV_MAX_LOCAL_SIZE )
H A Dcvimgwarp.cpp752 if( buf_size < CV_MAX_LOCAL_SIZE )
817 if( buf_size < CV_MAX_LOCAL_SIZE )
899 if( buf_size < CV_MAX_LOCAL_SIZE )
/external/opencv/cxcore/include/
H A Dcxmisc.h70 #define CV_MAX_LOCAL_SIZE \ macro

Completed in 167 milliseconds