Searched refs:sumtype_final (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 232 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument 235 sumtype_final* sum ), (src, step, size, sum) ) \ 256 ICV_SUM_EXIT_BLOCK_C##cn( sumtype_final ); \ 262 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument 265 sumtype_final* sum ), (src, step, size, sum) ) \ 276 ICV_SUM_EXIT_C##cn( s, sumtype_final ); \ 282 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument 285 sumtype_final* sum, CvHintAlgorithm /*hint*/ ), \ 297 ICV_SUM_EXIT_C##cn( s, sumtype_final ); \ 303 __op__, arrtype, sumtype_final, sumtype, worktype, block_size )\ argument [all …]
|