Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddct.h38 void (*dct_calc)(struct DCTContext *s, FFTSample *data); member
/third_party/ffmpeg/libavcodec/tests/
Dfft.c323 static inline void dct_calc(DCTContext *d, FFTSample *data) in dct_calc() function