VC-1 and WMV3 decoder. More...
#include "dsputil.h"
Go to the source code of this file.
Data Structures | |
struct | VC1DSPContext |
Typedefs | |
typedef struct VC1DSPContext | VC1DSPContext |
Functions | |
void | ff_vc1dsp_init (VC1DSPContext *c) |
void | ff_vc1dsp_init_altivec (VC1DSPContext *c) |
void | ff_vc1dsp_init_mmx (VC1DSPContext *dsp) |
VC-1 and WMV3 decoder.
Definition in file vc1dsp.h.
typedef struct VC1DSPContext VC1DSPContext |
void ff_vc1dsp_init | ( | VC1DSPContext * | c | ) |
Definition at line 783 of file vc1dsp.c.
Referenced by vc1_decode_init().
void ff_vc1dsp_init_altivec | ( | VC1DSPContext * | c | ) |
Definition at line 339 of file vc1dsp_altivec.c.
Referenced by ff_vc1dsp_init().
void ff_vc1dsp_init_mmx | ( | VC1DSPContext * | dsp | ) |
Definition at line 730 of file vc1dsp_mmx.c.
Referenced by ff_vc1dsp_init().