| 
    FFmpeg
    
   | 
 
VC-1 and WMV3 decoder. More...
Go to the source code of this file.
Data Structures | |
| struct | VC1DSPContext | 
Typedefs | |
| typedef void(* | vc1op_pixels_func )(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) | 
Functions | |
| void | ff_vc1dsp_init (VC1DSPContext *c) | 
| void | ff_vc1dsp_init_aarch64 (VC1DSPContext *dsp) | 
| void | ff_vc1dsp_init_arm (VC1DSPContext *dsp) | 
| void | ff_vc1dsp_init_ppc (VC1DSPContext *c) | 
| void | ff_vc1dsp_init_x86 (VC1DSPContext *dsp) | 
| void | ff_vc1dsp_init_mips (VC1DSPContext *dsp) | 
VC-1 and WMV3 decoder.
Definition in file vc1dsp.h.
| void ff_vc1dsp_init | ( | VC1DSPContext * | c | ) | 
Definition at line 968 of file vc1dsp.c.
Referenced by ff_vc1_init_common(), and wmv9_init().
| void ff_vc1dsp_init_aarch64 | ( | VC1DSPContext * | dsp | ) | 
Definition at line 37 of file vc1dsp_init_aarch64.c.
Referenced by ff_vc1dsp_init().
| void ff_vc1dsp_init_arm | ( | VC1DSPContext * | dsp | ) | 
Definition at line 27 of file vc1dsp_init_arm.c.
Referenced by ff_vc1dsp_init().
| void ff_vc1dsp_init_ppc | ( | VC1DSPContext * | c | ) | 
Definition at line 354 of file vc1dsp_altivec.c.
Referenced by ff_vc1dsp_init().
| void ff_vc1dsp_init_x86 | ( | VC1DSPContext * | dsp | ) | 
Definition at line 105 of file vc1dsp_init.c.
Referenced by ff_vc1dsp_init().
| void ff_vc1dsp_init_mips | ( | VC1DSPContext * | dsp | ) | 
Definition at line 103 of file vc1dsp_init_mips.c.
Referenced by ff_vc1dsp_init().
 1.8.6