Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Deq.c320 double fftInSample; //Sample to push throught the FFT buffer in runEQ_v2() local
424 fftInSample = sampleL; in runEQ_v2()
431 fftInSample = 0.5*sampleL + 0.5*sampleR; in runEQ_v2()
444 …plugin_data->fft_in[plugin_data->fft_ix] = fftInSample* 0.5 * (1.0-cos((2.0*PI*((double)plugin_dat… in runEQ_v2()
445 …plugin_data->fft_in2[plugin_data->fft_ix2] = fftInSample* 0.5 * (1.0-cos((2.0*PI*((double)plugin_d… in runEQ_v2()