FFmpeg
|
VC-1 and WMV3 decoder. More...
#include "dsputil.h"
Go to the source code of this file.
Data Structures | |
struct | VC1DSPContext |
Functions | |
void | ff_vc1dsp_init (VC1DSPContext *c) |
void | ff_vc1dsp_init_altivec (VC1DSPContext *c) |
void | ff_vc1dsp_init_x86 (VC1DSPContext *dsp) |
VC-1 and WMV3 decoder.
Definition in file vc1dsp.h.
void ff_vc1dsp_init | ( | VC1DSPContext * | c | ) |
Definition at line 796 of file vc1dsp.c.
Referenced by vc1_decode_init(), and wmv9_init().
void ff_vc1dsp_init_altivec | ( | VC1DSPContext * | c | ) |
Definition at line 338 of file vc1dsp_altivec.c.
Referenced by ff_vc1dsp_init().
void ff_vc1dsp_init_x86 | ( | VC1DSPContext * | dsp | ) |
Definition at line 77 of file vc1dsp_init.c.
Referenced by ff_vc1dsp_init().