Home | History | Annotate | Download | only in dsp

Lines Matching full:channel

13 /* "eq2" is a two channel version of the "eq" filter. It processes two channels
18 /* Maximum number of biquad filters an EQ2 can have per channel */
30 * biquad filters per channel.
33 * channel - 0 or 1. The channel we want to append the filter to.
42 int eq2_append_biquad(struct eq2 *eq2, int channel,
50 * channel - 0 or 1. The channel we want to append the filter to.
55 int eq2_append_biquad_direct(struct eq2 *eq2, int channel,
61 * data0 - The array of channel 0 audio samples.
62 * data1 - The array of channel 1 audio samples.