Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1104 static const double icvLogTab[] = { variable
1365 #define LOGTAB_TRANSLATE(x,h) (((x) - 1.)*icvLogTab[(h)+1])
1411 y0 += icvLogTab[h0];
1412 y1 += icvLogTab[h1];
1429 y2 += icvLogTab[h2];
1430 y3 += icvLogTab[h3];
1458 y0 += icvLogTab[h0];
1521 y0 += icvLogTab[h0];
1522 y1 += icvLogTab[h1];
1539 y2 += icvLogTab[h2];
[all …]