libavcodec/dct.h File Reference

#include "rdft.h"

Go to the source code of this file.

Data Structures

struct  DCTContext

Functions

int ff_dct_init (DCTContext *s, int nbits, enum DCTTransformType type)
 Set up DCT.
void ff_dct_end (DCTContext *s)
void ff_dct_init_mmx (DCTContext *s)


Function Documentation

void ff_dct_end ( DCTContext s  ) 

Definition at line 217 of file dct.c.

Referenced by decode_end(), main(), and wmavoice_decode_end().

int ff_dct_init ( DCTContext s,
int  nbits,
enum DCTTransformType  type 
)

Set up DCT.

Parameters:
nbits size of the input array: (1 << nbits) for DCT-II, DCT-III and DST-I (1 << nbits) + 1 for DCT-I
Note:
the first element of the input of DST-I is ignored

Definition at line 176 of file dct.c.

Referenced by decode_init(), ff_mpadsp_init(), main(), and wmavoice_decode_init().

void ff_dct_init_mmx ( DCTContext s  ) 

Referenced by ff_dct_init().


Generated on Fri Oct 26 02:43:47 2012 for FFmpeg by  doxygen 1.5.8