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

/external/opencv/cv/src/
H A Dcvpyramids.cpp53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4)) macro
132 row[x] = PD_FILTER( src[2*x-2], src[2*x-1], src[2*x], \
161 row[x] = PD_FILTER( src[2*x-6], src[2*x-3], src[2*x], \
163 row[x+1] = PD_FILTER( src[2*x-5], src[2*x-2], src[2*x+1], \
165 row[x+2] = PD_FILTER( src[2*x-4], src[2*x-1], src[2*x+2], \
185 dst[x] = (type)_pd_scale_( PD_FILTER( row01[x], row01[x1], \
540 /* part of row(column) from 1 to Wd_(Hd_) is processed using PD_FILTER macro */ \
605 buf[0] = PD_FILTER( src[-4], src[-3], src[-2], src[-1], src[0]); \
608 buf[0] = PD_FILTER( src[-12], src[-9], src[-6], src[-3], src[0]); \
609 buf[1] = PD_FILTER( sr
[all...]

Completed in 79 milliseconds