Searched refs:CV_DEFAULT_MAT_ROW_ALIGN (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxmisc.h77 #define CV_DEFAULT_MAT_ROW_ALIGN 1 macro
/external/opencv/cxcore/src/
H A Dcxarray.cpp144 arr->step = rows == 1 ? 0 : cvAlign(min_step, CV_DEFAULT_MAT_ROW_ALIGN);

Completed in 60 milliseconds