| 
    FFmpeg
    
   | 
 
#include "libavutil/attributes.h"#include "libavutil/mem.h"#include "avcodec.h"#include "idctdsp.h"#include "fdctdsp.h"#include "pixblockdsp.h"#include "avdct.h"Go to the source code of this file.
Macros | |
| #define | OFFSET(x) offsetof(AVDCT,x) | 
| #define | DEFAULT 0 | 
| #define | V AV_OPT_FLAG_VIDEO_PARAM | 
| #define | A AV_OPT_FLAG_AUDIO_PARAM | 
| #define | E AV_OPT_FLAG_ENCODING_PARAM | 
| #define | D AV_OPT_FLAG_DECODING_PARAM | 
| #define | COPY(src, name) memcpy(&dsp->name, &src.name, sizeof(dsp->name)) | 
Functions | |
| const av_cold AVClass * | avcodec_dct_get_class (void) | 
| av_cold AVDCT * | avcodec_dct_alloc (void) | 
| Allocates a AVDCT context.  More... | |
| av_cold int | avcodec_dct_init (AVDCT *dsp) | 
Variables | |
| static const AVOption | avdct_options [] | 
| static const AVClass | avdct_class | 
| #define V AV_OPT_FLAG_VIDEO_PARAM | 
| #define A AV_OPT_FLAG_AUDIO_PARAM | 
| #define E AV_OPT_FLAG_ENCODING_PARAM | 
| #define D AV_OPT_FLAG_DECODING_PARAM | 
Definition at line 72 of file avdct.c.
Referenced by child_class_iterate().
Definition at line 90 of file avdct.c.
Referenced by config_input().
      
  | 
  static | 
      
  | 
  static | 
Definition at line 66 of file avdct.c.
Referenced by avcodec_dct_alloc(), and avcodec_dct_get_class().
 1.8.17