Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyramids.cpp252 #define PU_LT_ZI( x0, x1 ) PU_FILTER_ZI((x0),(x1)) macro
324 row[1] = PU_LT_ZI( src[0], src[1] ); \
357 row[3 + c] = PU_LT_ZI( src[c], src[3 + c] ); \
412 dst1[x] = (type)_pu_scale_( PU_LT_ZI( row0[x], row1[x] )); \