Searched refs:ICV_DEF_PYR_UP_FUNC (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyramids.cpp279 #define ICV_DEF_PYR_UP_FUNC( flavor, type, worktype, _pu_scale_ ) \ macro
430 ICV_DEF_PYR_UP_FUNC( 8u, uchar, int, PU_SCALE_INT )
431 ICV_DEF_PYR_UP_FUNC( 16s, short, int, PU_SCALE_INT )
432 ICV_DEF_PYR_UP_FUNC( 16u, ushort, int, PU_SCALE_INT )
433 ICV_DEF_PYR_UP_FUNC( 32f, float, float, PU_SCALE_FLT )
434 ICV_DEF_PYR_UP_FUNC( 64f, double, double, PU_SCALE_FLT )

Completed in 49 milliseconds