Searched refs:ICV_ACC_COLS_FUNC_C4 (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 793 #define ICV_ACC_COLS_FUNC_C4( name, flavor, arrtype, worktype, acctype, __op__ ) \ macro 857 ICV_ACC_COLS_FUNC_C4( Sum, 8u32s, uchar, int, int, CV_ADD ) 858 ICV_ACC_COLS_FUNC_C4( Sum, 8u32f, uchar, int, float, CV_ADD ) 859 ICV_ACC_COLS_FUNC_C4( Sum, 32f, float, float, float, CV_ADD ) 860 ICV_ACC_COLS_FUNC_C4( Sum, 64f, double, double, double, CV_ADD )
|