Searched refs:ICV_IMPL_MEAN_BLOCK_ALL (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxmean.cpp | 345 #define ICV_IMPL_MEAN_BLOCK_ALL( flavor, arrtype, sumtype, \ macro 365 ICV_IMPL_MEAN_BLOCK_ALL( 8u, uchar, int64, unsigned, 1 << 24 ) 366 ICV_IMPL_MEAN_BLOCK_ALL( 16u, ushort, int64, unsigned, 1 << 16 ) 367 ICV_IMPL_MEAN_BLOCK_ALL( 16s, short, int64, int, 1 << 16 )
|