OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGTAB_SCALE
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/hal/src/
mathfuncs.cpp
818
#define
LOGTAB_SCALE
8
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)
[
all
...]
/external/opencv/cxcore/src/
cxmathfuncs.cpp
[
all
...]
Completed in 523 milliseconds