OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AP0_IN
(Results
1 - 6
of
6
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_reverbdata.h
147
#define
AP0_IN
0
148
#define AP1_IN (
AP0_IN
+ MAX_AP_SAMPLES + GUARD)
155
#define AP0_OUT (
AP0_IN
+ MAX_AP_SAMPLES -1)
eas_reverb.c
108
pReverbData->m_sAp0.m_zApIn =
AP0_IN
;
109
pReverbData->m_sAp0.m_zApOut =
AP0_IN
+ DEFAULT_AP0_LENGTH;
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h
147
#define
AP0_IN
0
148
#define AP1_IN (
AP0_IN
+ MAX_AP_SAMPLES + GUARD)
155
#define AP0_OUT (
AP0_IN
+ MAX_AP_SAMPLES -1)
eas_reverb.c
108
pReverbData->m_sAp0.m_zApIn =
AP0_IN
;
109
pReverbData->m_sAp0.m_zApOut =
AP0_IN
+ DEFAULT_AP0_LENGTH;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h
147
#define
AP0_IN
0
148
#define AP1_IN (
AP0_IN
+ MAX_AP_SAMPLES + GUARD)
155
#define AP0_OUT (
AP0_IN
+ MAX_AP_SAMPLES -1)
eas_reverb.c
108
pReverbData->m_sAp0.m_zApIn =
AP0_IN
;
109
pReverbData->m_sAp0.m_zApOut =
AP0_IN
+ DEFAULT_AP0_LENGTH;
[
all
...]
Completed in 27 milliseconds