/external/opencv/cxcore/src/ |
D | cxmean.cpp | 116 #define ICV_MEAN_ENTRY_C1( sumtype ) \ argument 120 #define ICV_MEAN_ENTRY_C2( sumtype ) \ argument 124 #define ICV_MEAN_ENTRY_C3( sumtype ) \ argument 128 #define ICV_MEAN_ENTRY_C4( sumtype ) \ argument 137 #define ICV_MEAN_ENTRY_BLOCK_C1( sumtype, worktype, block_size )\ argument 142 #define ICV_MEAN_ENTRY_BLOCK_C2( sumtype, worktype, block_size )\ argument 147 #define ICV_MEAN_ENTRY_BLOCK_C3( sumtype, worktype, block_size )\ argument 152 #define ICV_MEAN_ENTRY_BLOCK_C4( sumtype, worktype, block_size )\ argument 240 arrtype, sumtype, worktype, block_size ) \ argument 271 arrtype, sumtype, worktype ) \ argument [all …]
|
D | cxsumpixels.cpp | 124 #define ICV_SUM_ENTRY_C1( sumtype ) \ argument 128 #define ICV_SUM_ENTRY_C2( sumtype ) \ argument 132 #define ICV_SUM_ENTRY_C3( sumtype ) \ argument 136 #define ICV_SUM_ENTRY_C4( sumtype ) \ argument 145 #define ICV_SUM_ENTRY_BLOCK_C1( sumtype, worktype, block_size ) \ argument 150 #define ICV_SUM_ENTRY_BLOCK_C2( sumtype, worktype, block_size ) \ argument 155 #define ICV_SUM_ENTRY_BLOCK_C3( sumtype, worktype, block_size ) \ argument 160 #define ICV_SUM_ENTRY_BLOCK_C4( sumtype, worktype, block_size ) \ argument 168 #define ICV_SUM_EXIT_C1( tmp, sumtype ) \ argument 171 #define ICV_SUM_EXIT_C2( tmp, sumtype ) \ argument [all …]
|
D | cxmeansdv.cpp | 249 #define ICV_MEAN_SDV_ENTRY_C1( sumtype, sqsumtype ) \ argument 254 #define ICV_MEAN_SDV_ENTRY_C2( sumtype, sqsumtype ) \ argument 259 #define ICV_MEAN_SDV_ENTRY_C3( sumtype, sqsumtype ) \ argument 264 #define ICV_MEAN_SDV_ENTRY_C4( sumtype, sqsumtype ) \ argument 274 #define ICV_MEAN_SDV_ENTRY_BLOCK_C1( sumtype, sqsumtype, \ argument 282 #define ICV_MEAN_SDV_ENTRY_BLOCK_C2( sumtype, sqsumtype, \ argument 290 #define ICV_MEAN_SDV_ENTRY_BLOCK_C3( sumtype, sqsumtype, \ argument 298 #define ICV_MEAN_SDV_ENTRY_BLOCK_C4( sumtype, sqsumtype, \ argument 374 sumtype, sqsumtype, worktype, \ argument 410 sumtype, sqsumtype, worktype ) \ argument [all …]
|
D | cxmatmul.cpp | 3226 #define ICV_DEF_DOT_PROD_FUNC_2D( flavor, arrtype, temptype, sumtype ) \ argument
|
/external/opencv/cv/src/ |
D | cvsumpixels.cpp | 44 #define ICV_DEF_INTEGRAL_OP_C1( flavor, arrtype, sumtype, sqsumtype, worktype, \ argument 207 #define ICV_DEF_INTEGRAL_OP_CN( flavor, arrtype, sumtype, sqsumtype, \ argument
|
D | mycvHaarDetectObjects.cpp | 51 typedef int sumtype; typedef
|
D | cvhaar.cpp | 51 typedef int sumtype; typedef
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 71 typedef int sumtype; typedef
|