Home
last modified time | relevance | path

Searched refs:ff_fft_init_x86 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dfft_init.c27 av_cold void ff_fft_init_x86(FFTContext *s) in ff_fft_init_x86() function
/third_party/ffmpeg/libavcodec/
Dfft.h146 void ff_fft_init_x86(FFTContext *s);
Dfft_template.c237 ff_fft_init_x86(s); in ff_fft_init()