Searched defs:REVERB_BUFFER_SIZE_IN_SAMPLES (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_reverbdata.h59 #define REVERB_BUFFER_SIZE_IN_SAMPLES 2048 macro
64 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro
69 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro
74 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
79 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
84 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
91 #define REVERB_BUFFER_MASK (REVERB_BUFFER_SIZE_IN_SAMPLES -1)
357 EAS_PCM m_nDelayLine[REVERB_BUFFER_SIZE_IN_SAMPLES]; // one large delay line for all reverb elements
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_reverbdata.h59 #define REVERB_BUFFER_SIZE_IN_SAMPLES 2048 macro
64 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro
69 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro
74 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
79 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
84 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
91 #define REVERB_BUFFER_MASK (REVERB_BUFFER_SIZE_IN_SAMPLES -1)
357 EAS_PCM m_nDelayLine[REVERB_BUFFER_SIZE_IN_SAMPLES]; // one large delay line for all reverb elements
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_reverbdata.h59 #define REVERB_BUFFER_SIZE_IN_SAMPLES 2048 macro
64 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro
69 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro
74 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
79 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
84 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro
91 #define REVERB_BUFFER_MASK (REVERB_BUFFER_SIZE_IN_SAMPLES -1)
357 EAS_PCM m_nDelayLine[REVERB_BUFFER_SIZE_IN_SAMPLES]; // one large delay line for all reverb elements

Completed in 88 milliseconds