Searched refs:temp_afft (Results 1 – 2 of 2) sorted by relevance
74 AVComplexFloat *temp_afft[2]; member140 AVComplexFloat **temp_afft; member232 AVComplexFloat *fft_acc = s->temp_afft[jobnr]; in headphone_fast_convolute()344 td.temp_afft = s->temp_afft; in headphone_frame()414 s->temp_afft[0] = av_calloc(s->n_fft, sizeof(AVComplexFloat)); in convert_coeffs()415 s->temp_afft[1] = av_calloc(s->n_fft, sizeof(AVComplexFloat)); in convert_coeffs()418 !s->temp_afft[0] || !s->temp_afft[1]) { in convert_coeffs()733 av_freep(&s->temp_afft[0]); in uninit()734 av_freep(&s->temp_afft[1]); in uninit()
95 AVComplexFloat *temp_afft[2]; /* Array to accumulate FFT values prior to IFFT */ member329 AVComplexFloat **temp_afft; member453 AVComplexFloat *fft_acc = s->temp_afft[jobnr]; in sofalizer_fast_convolute()593 td.temp_afft = s->temp_afft; in filter_frame()873 s->temp_afft[0] = av_malloc_array(s->n_fft, sizeof(AVComplexFloat)); in load_data()874 s->temp_afft[1] = av_malloc_array(s->n_fft, sizeof(AVComplexFloat)); in load_data()877 !s->temp_afft[0] || !s->temp_afft[1]) { in load_data()1045 av_freep(&s->temp_afft[0]); in uninit()1046 av_freep(&s->temp_afft[1]); in uninit()