Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyramids.cpp262 #define PU_RB_ZI( x0 ) ((x0)*8) macro
267 #define PU_SINGULAR( x0 ) PU_RB_ZI((x0)) /* <--| the same formulas */
268 #define PU_SINGULAR_ZI( x0 ) PU_RB_ZI((x0)) /* <--| */
327 row[size.width * 2 - 1] = PU_RB_ZI( src[size.width - 1] ); \
359 row[Wn * 2 - 3 + c] = PU_RB_ZI( src[Wn - 3 + c] ); \
403 dst1[x] = (type)_pu_scale_( PU_RB_ZI( row1[x] )); \