Searched refs:AVDCT (Results 1 – 4 of 4) sorted by relevance
29 typedef struct AVDCT { struct74 } AVDCT; typedef83 AVDCT *avcodec_dct_alloc(void);84 int avcodec_dct_init(AVDCT *);
27 #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()
40 AVDCT *dct;
1241 Add get_pixels() to AVDCT1271 Add AVDCT / avcodec_dct_alloc() / avcodec_dct_init().