Searched refs:REVERB_BUFFER_SIZE_IN_SAMPLES (Results 1 – 2 of 2) sorted by relevance
59 #define REVERB_BUFFER_SIZE_IN_SAMPLES 2048 macro64 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro69 #define REVERB_BUFFER_SIZE_IN_SAMPLES 4096 macro74 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro79 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro84 #define REVERB_BUFFER_SIZE_IN_SAMPLES 8192 macro91 #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…
205 for (i=0; i < REVERB_BUFFER_SIZE_IN_SAMPLES; i++) in ReverbInit()