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

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1101 #define LOGTAB_MASK2 ((1 << (20 - LOGTAB_SCALE)) - 1) macro
1507 buf[0].i.hi = (h0 & LOGTAB_MASK2) | (1023 << 20);
1508 buf[1].i.hi = (h1 & LOGTAB_MASK2) | (1023 << 20);
1530 buf[2].i.hi = (h2 & LOGTAB_MASK2) | (1023 << 20);
1531 buf[3].i.hi = (h3 & LOGTAB_MASK2) | (1023 << 20);
1564 buf[0].i.hi = (h0 & LOGTAB_MASK2) | (1023 << 20);

Completed in 82 milliseconds