Searched refs:ICV_ACC_COLS_FUNC_C3 (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 764 #define ICV_ACC_COLS_FUNC_C3( name, flavor, arrtype, worktype, acctype, __op__ ) \ macro 853 ICV_ACC_COLS_FUNC_C3( Sum, 8u32s, uchar, int, int, CV_ADD ) 854 ICV_ACC_COLS_FUNC_C3( Sum, 8u32f, uchar, int, float, CV_ADD ) 855 ICV_ACC_COLS_FUNC_C3( Sum, 32f, float, float, float, CV_ADD ) 856 ICV_ACC_COLS_FUNC_C3( Sum, 64f, double, double, double, CV_ADD )
|