19 #ifndef AVCODEC_AVDCT_H 
   20 #define AVCODEC_AVDCT_H 
AVDCT * avcodec_dct_alloc(void)
Allocates a AVDCT context. 
const AVClass * avcodec_dct_get_class(void)
uint8_t idct_permutation[64]
IDCT input permutation. 
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
int dct_algo
DCT algorithm. 
void(* fdct)(int16_t *block)
Describe the class of an AVClass context structure. 
void(* get_pixels)(int16_t *block, const uint8_t *pixels, ptrdiff_t line_size)
int avcodec_dct_init(AVDCT *)
int idct_algo
IDCT algorithm. 
void(* idct)(int16_t *block)