OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GET_PHASE_INT_PART
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_math.h
101
#define
GET_PHASE_INT_PART
(x) (uint32_t)((uint32_t)(x) >> NUM_PHASE_FRAC_BITS)
/frameworks/av/media/libeffects/testlibs/
EffectsMath.h
91
#define
GET_PHASE_INT_PART
(x) (uint32_t)((uint32_t)(x) >> NUM_PHASE_FRAC_BITS)
Completed in 427 milliseconds