Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyramids.cpp248 #define PU_LT( x0, x1 ) ((x0)*6 + (x1)*2) macro
323 row[0] = PU_LT( src[0], src[1] ); \
356 row[c] = PU_LT( src[c], src[3 + c] ); \
411 dst[x] = (type)_pu_scale_( PU_LT( row0[x], row1[x] )); \