Searched refs:fft_scale (Results 1 – 2 of 2) sorted by relevance
238 const float fft_scale = 1.0f / s->n_fft; in headphone_fast_convolute() local291 dst[2 * j] += fft_out[j].re * fft_scale; in headphone_fast_convolute()299 *(ringbuffer + write_pos) += fft_out[in->nb_samples + j].re * fft_scale; in headphone_fast_convolute()
460 const float fft_scale = 1.0f / s->n_fft; in sofalizer_fast_convolute() local548 dst[mult * j] += fft_out[j].re * fft_scale; in sofalizer_fast_convolute()555 *(ringbuffer + write_pos) += fft_out[in->nb_samples + j].re * fft_scale; in sofalizer_fast_convolute()