Home | History | Annotate | Download | only in src

Lines Matching refs:Delay

37 /*  Initialises the reverb module. The delay buffer size is configured for the      */
41 /* control parameters has changed. In this case the delay and filters are only */
55 /* 1. In the delay settings 'Samples' is the number of samples to the end of the */
65 LVM_UINT16 Delay;
82 * Initialise the delay and filters if:
90 * Setup the delay
92 Delay = (LVM_UINT16)LVCS_StereoDelayCS[(LVM_UINT16)pParams->SampleRate];
95 pConfig->DelaySize = (LVM_INT16)(2 * Delay);
156 LVM_UINT16 Delay;
166 * Initialise the delay and filters if:
174 * Setup the delay
176 Delay = (LVM_UINT16)LVCS_StereoDelayCS[(LVM_UINT16)pParams->SampleRate];
179 pConfig->DelaySize = (LVM_INT16)(2 * Delay);
246 /* -->| LPF |-->| Delay |-->| to | ____ | to |-->| Gain |-->| + |--> */
253 /* The input buffer is broken in to sub-blocks of the size of the delay or less. */
254 /* This allows the delay buffer to be treated as a circular buffer but processed */
268 /* 1. Process in blocks of samples the size of the delay where possible, if not */
343 * Apply the delay mix
421 * Apply the delay mix