Home
last modified time | relevance | path

Searched defs:__op__ (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
Dcxsumpixels.cpp48 #define ICV_SUM_COI_CASE( __op__, len, cn ) \ argument
57 #define ICV_SUM_CASE_C1( __op__, len ) \ argument
61 #define ICV_SUM_CASE_C2( __op__, len ) \ argument
78 #define ICV_SUM_CASE_C3( __op__, len ) \ argument
97 #define ICV_SUM_CASE_C4( __op__, len ) \ argument
232 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument
262 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument
282 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument
303 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument
334 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument
[all …]
Dcxcmp.cpp427 #define ICV_DEF_CMP_CASE_C1( __op__, _toggle_macro_ ) \ argument
447 #define ICV_DEF_CMP_FUNC( __op__, name, flavor, arrtype, \ argument
468 #define ICV_DEF_CMP_CONST_CASE_C1( __op__, _toggle_macro_ ) \ argument
488 #define ICV_DEF_CMP_CONST_FUNC( __op__, name, flavor, arrtype, \ argument
848 #define ICV_DEF_MINMAX_FUNC( __op__, name, flavor, arrtype, \ argument
895 #define ICV_DEF_MINMAX_CONST_FUNC( __op__, name, \ argument
Dcxarithm.cpp54 #define ICV_DEF_BIN_ARI_OP_CASE( __op__, worktype, cast_macro, len )\ argument
80 #define ICV_DEF_BIN_ARI_OP_2D( __op__, name, type, worktype, cast_macro ) \ argument
109 #define ICV_DEF_BIN_ARI_OP_2D_SFS(__op__, name, type, worktype, cast_macro) \ argument
138 #define ICV_DEF_UN_ARI_OP_CASE( __op__, worktype, cast_macro, \ argument
190 #define ICV_DEF_UN_ARI_OP_2D( __op__, name, type, worktype, cast_macro ) \ argument
222 #define ICV_DEF_BIN_ARI_ALL( __op__, name, cast_8u ) \ argument
230 #define ICV_DEF_UN_ARI_ALL( __op__, name ) \ argument
Dcxlogic.cpp61 #define ICV_DEF_BIN_LOG_OP_2D( __op__, name ) \ argument
110 #define ICV_DEF_UN_LOG_OP_2D( __op__, name ) \ argument
/external/opencv/cv/src/
Dcvmoments.cpp252 #define ICV_DEF_CALC_MOMENTS_IN_TILE( __op__, name, flavor, srctype, temptype, momtype ) \ argument