Searched refs:AVDCT (Results 1 – 4 of 4) sorted by relevance
29 typedef struct AVDCT { struct74 } AVDCT; argument83 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()
41 AVDCT *dct;
1520 Add get_pixels() to AVDCT1550 Add AVDCT / avcodec_dct_alloc() / avcodec_dct_init().