Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/src/
Dmathfuncs.cpp820 #define LOGTAB_MASK2 ((1 << (20 - LOGTAB_SCALE)) - 1) macro
1258 …static const __m128i log_and_mask2 = _mm_set_epi32(LOGTAB_MASK2, 0xffffffff, LOGTAB_MASK2, 0xfffff… in log()
1348 buf[0].i.hi = (h0 & LOGTAB_MASK2) | (1023 << 20); in log()
1349 buf[1].i.hi = (h1 & LOGTAB_MASK2) | (1023 << 20); in log()
1371 buf[2].i.hi = (h2 & LOGTAB_MASK2) | (1023 << 20); in log()
1372 buf[3].i.hi = (h3 & LOGTAB_MASK2) | (1023 << 20); in log()
1405 buf[0].i.hi = (h0 & LOGTAB_MASK2) | (1023 << 20); in log()
/external/opencv/cxcore/src/
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);