Home
last modified time | relevance | path

Searched defs:rdft_calc (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drdft.h38 void (*rdft_calc)(struct RDFTContext *s, FFTSample *z); member
/third_party/ffmpeg/libavcodec/tests/
Dfft.c314 static inline void rdft_calc(RDFTContext *r, FFTSample *tab) in rdft_calc() function