AVDCT              27 libavcodec/avdct.c #define OFFSET(x) offsetof(AVDCT,x)
AVDCT              82 libavcodec/avdct.c AVDCT *avcodec_dct_alloc(void)
AVDCT              84 libavcodec/avdct.c     AVDCT *dsp = av_mallocz(sizeof(AVDCT));
AVDCT              95 libavcodec/avdct.c int avcodec_dct_init(AVDCT *dsp)
AVDCT              79 libavcodec/avdct.h AVDCT *avcodec_dct_alloc(void);
AVDCT              80 libavcodec/avdct.h int avcodec_dct_init(AVDCT *);
AVDCT              42 libavfilter/vf_spp.h     AVDCT *dct;