Searched defs:LOGPOLY (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1376 #undef LOGPOLY macro
1377 #define LOGPOLY(x,k) ((x)+=shift[k],((A0*(x) + A1)*(x) + A2)*(x)) macro
1435 y0 += LOGPOLY( x0, h0 == 510 );
1436 y1 += LOGPOLY( x1, h1 == 510 );
1441 y2 += LOGPOLY( x2, h2 == 510 );
1442 y3 += LOGPOLY( x3, h3 == 510 );
1460 y0 += LOGPOLY( x0, h0 == 510 );
1480 #undef LOGPOLY macro
1481 #define LOGPOLY(x,k) ((x)+=shift[k], (xq) = (x)*(x),\ macro
1545 y0 += LOGPOLY( x
[all...]

Completed in 50 milliseconds