Home
last modified time | relevance | path

Searched refs:REVERB_BUFFER_SIZE_IN_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
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 al…
Deas_reverb.c205 for (i=0; i < REVERB_BUFFER_SIZE_IN_SAMPLES; i++) in ReverbInit()