Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/src/
Dmathfuncs.cpp818 #define LOGTAB_SCALE 8 macro
819 #define LOGTAB_MASK ((1 << LOGTAB_SCALE) - 1)
820 #define LOGTAB_MASK2 ((1 << (20 - LOGTAB_SCALE)) - 1)
821 #define LOGTAB_MASK2_32F ((1 << (23 - LOGTAB_SCALE)) - 1)
1122 … h0 = _mm_and_si128(_mm_srli_epi32(h0, 23 - LOGTAB_SCALE - 1), _mm_set1_epi32(LOGTAB_MASK*2)); in log()
1167 h0 = (h0 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2; in log()
1168 h1 = (h1 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2; in log()
1185 h2 = (h2 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2; in log()
1186 h3 = (h3 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2; in log()
1220 h0 = (h0 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2; in log()
[all …]
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1099 #define LOGTAB_SCALE 8 macro
1100 #define LOGTAB_MASK ((1 << LOGTAB_SCALE) - 1)
1101 #define LOGTAB_MASK2 ((1 << (20 - LOGTAB_SCALE)) - 1)
1102 #define LOGTAB_MASK2_32F ((1 << (23 - LOGTAB_SCALE)) - 1)
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;
[all …]