Searched defs:acctype (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 682 #define ICV_ACC_ROWS_FUNC( name, flavor, arrtype, acctype, \ argument 724 #define ICV_ACC_COLS_FUNC_C1( name, flavor, arrtype, worktype, acctype, __op__ )\ argument 764 #define ICV_ACC_COLS_FUNC_C3( name, flavor, arrtype, worktype, acctype, __op__ ) \ argument 793 #define ICV_ACC_COLS_FUNC_C4( name, flavor, arrtype, worktype, acctype, __op__ ) \ argument
|
/external/opencv/cv/src/ |
D | _cvipp.h | 102 #define IPCV_ACCUM( flavor, arrtype, acctype ) \ argument
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 217 typedef int64 acctype; typedef 220 typedef float acctype; typedef
|
/external/opencv3/modules/imgproc/src/ |
D | accum.cpp | 706 #define DEF_ACC_FUNCS(suffix, type, acctype) \ argument
|