Searched refs:real_to_complex (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c140 RDFTContext *real_to_complex; member in struct:__anon3326
229 av_rdft_end(atempo->real_to_complex);
230 atempo->real_to_complex = NULL;
286 av_rdft_end(atempo->real_to_complex);
287 atempo->real_to_complex = NULL;
292 atempo->real_to_complex = av_rdft_init(nlevels + 1, DFT_R2C);
293 if (!atempo->real_to_complex) {
603 * Multiply two vectors of complex numbers (result of real_to_complex rDFT)
841 av_rdft_calc(atempo->real_to_complex, yae_curr_frag(atempo)->xdat);
873 av_rdft_calc(atempo->real_to_complex, yae_curr_fra
[all...]

Completed in 25 milliseconds