Home
last modified time | relevance | path

Searched defs:fft_calc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dfft_altivec.S354 .macro fft_calc interleave macro
/third_party/ffmpeg/libavcodec/
Dfft.h101 void (*fft_calc)(struct FFTContext *s, FFTComplex *z); member
/third_party/ffmpeg/libavcodec/tests/
Dfft.c268 static inline void fft_calc(FFTContext *s, FFTComplex *z) in fft_calc() function