Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_headphone.c74 AVComplexFloat *temp_afft[2]; member
140 AVComplexFloat **temp_afft; member
232 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()
Daf_sofalizer.c95 AVComplexFloat *temp_afft[2]; /* Array to accumulate FFT values prior to IFFT */ member
329 AVComplexFloat **temp_afft; member
453 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()