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

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1100 #define LOGTAB_MASK ((1 << LOGTAB_SCALE) - 1) macro
1408 h0 = (h0 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1409 h1 = (h1 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1426 h2 = (h2 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1427 h3 = (h3 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1456 h0 = (h0 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1518 h0 = (h0 >> (20 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1519 h1 = (h1 >> (20 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1536 h2 = (h2 >> (20 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1537 h3 = (h3 >> (20 - LOGTAB_SCALE - 1)) & LOGTAB_MASK *
[all...]

Completed in 135 milliseconds