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

/external/opencv/cv/src/
H A Dcvpyramids.cpp267 #define PU_SINGULAR( x0 ) PU_RB_ZI((x0)) /* <--| the same formulas */ macro
341 row[0] = PU_SINGULAR( val ); \
380 row[c] = PU_SINGULAR( src[c] ); \
417 dst[x] = (type)_pu_scale_( PU_SINGULAR( row0[x] )); \

Completed in 19 milliseconds