OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITS_PER_AUDIO_SAMPLE
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_math.h
294
#define
BITS_PER_AUDIO_SAMPLE
16
297
#define DISTORTION_ONE (int32_t)((0x1L << (
BITS_PER_AUDIO_SAMPLE
-1)) -1)
317
>> (
BITS_PER_AUDIO_SAMPLE
-1) \
/frameworks/av/media/libeffects/testlibs/
EffectsMath.h
285
#define
BITS_PER_AUDIO_SAMPLE
16
288
#define DISTORTION_ONE (int32_t)((0x1L << (
BITS_PER_AUDIO_SAMPLE
-1)) -1)
308
>> (
BITS_PER_AUDIO_SAMPLE
-1) \
Completed in 860 milliseconds