Searched refs:fft_permute_c (Results 1 – 1 of 1) sorted by relevance
141 static void fft_permute_c(FFTContext *s, FFTComplex *z);221 s->fft_permute = fft_permute_c; in ff_fft_init()293 static void fft_permute_c(FFTContext *s, FFTComplex *z) in fft_permute_c() function