Home
last modified time | relevance | path

Searched refs:PU_SCALE_INT (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvpyramids.cpp271 #define PU_SCALE_INT(x) (((x) + (1<<5)) >> 6) 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 )