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

/external/opencv/cv/src/
H A Dcvpyramids.cpp239 #define PU_FILTER_ZI( x0, x1 ) (((x0) + (x1))*4) macro
252 #define PU_LT_ZI( x0, x1 ) PU_FILTER_ZI((x0),(x1))
332 row[2 * x + 1] = PU_FILTER_ZI( src[x], src[x + 1] ); \
365 row[2 * x + 3] = PU_FILTER_ZI( src[x], src[x + 3] ); \
368 row[2 * x + 4] = PU_FILTER_ZI( src[x + 1], src[x + 4] ); \
371 row[2 * x + 5] = PU_FILTER_ZI( src[x + 2], src[x + 5] ); \
394 dst1[x] = (type)_pu_scale_( PU_FILTER_ZI( row1[x], row2[x] )); \

Completed in 175 milliseconds