Home
last modified time | relevance | path

Searched refs:AVDCT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davdct.h25 * AVDCT context.
29 typedef struct AVDCT { struct
74 } AVDCT; typedef
77 * Allocates a AVDCT context.
83 AVDCT *avcodec_dct_alloc(void);
84 int avcodec_dct_init(AVDCT *);
H A Davdct.c27 #define OFFSET(x) offsetof(AVDCT,x)
65 .class_name = "AVDCT",
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/
H A Dvf_spp.h41 AVDCT *dct;

Completed in 2 milliseconds