Home
last modified time | relevance | path

Searched refs:AVDCT (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davdct.h29 typedef struct AVDCT { struct
74 } AVDCT; argument
83 AVDCT *avcodec_dct_alloc(void);
84 int avcodec_dct_init(AVDCT *);
Davdct.c27 #define OFFSET(x) offsetof(AVDCT,x)
75 AVDCT *avcodec_dct_alloc(void) in avcodec_dct_alloc()
77 AVDCT *dsp = av_mallocz(sizeof(AVDCT)); in avcodec_dct_alloc()
88 int avcodec_dct_init(AVDCT *dsp) in avcodec_dct_init()
/third_party/ffmpeg/libavfilter/
Dvf_spp.h41 AVDCT *dct;
/third_party/ffmpeg/doc/
DAPIchanges1520 Add get_pixels() to AVDCT
1550 Add AVDCT / avcodec_dct_alloc() / avcodec_dct_init().