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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davdct.h25 * AVDCT context.
29 typedef struct AVDCT { struct
64 } AVDCT; typedef in typeref:struct:AVDCT
67 * Allocates a AVDCT context.
73 AVDCT *avcodec_dct_alloc(void);
74 int avcodec_dct_init(AVDCT *);
H A Davdct.c26 #define OFFSET(x) offsetof(AVDCT,x)
68 .class_name = "AVDCT",
78 AVDCT *avcodec_dct_alloc(void)
80 AVDCT *dsp = av_mallocz(sizeof(AVDCT));
91 int avcodec_dct_init(AVDCT *dsp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_spp.h44 AVDCT *dct;

Completed in 204 milliseconds