Home
last modified time | relevance | path

Searched defs:acctype (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxsumpixels.cpp682 #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.h102 #define IPCV_ACCUM( flavor, arrtype, acctype ) \ argument
/external/opencv3/modules/video/src/
Dlkpyramid.cpp217 typedef int64 acctype; typedef
220 typedef float acctype; typedef
/external/opencv3/modules/imgproc/src/
Daccum.cpp706 #define DEF_ACC_FUNCS(suffix, type, acctype) \ argument