FFmpeg
|
vc1dsp.h File Reference
VC-1 and WMV3 decoder. More...
Include dependency graph for vc1dsp.h:
This graph shows which files directly or indirectly include this file:
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) |
typedef struct VC1DSPContext | VC1DSPContext |
Functions | |
void | ff_vc1dsp_init (VC1DSPContext *c) |
void | ff_vc1dsp_init_altivec (VC1DSPContext *c) |
void | ff_vc1dsp_init_x86 (VC1DSPContext *dsp) |
Detailed Description
VC-1 and WMV3 decoder.
Definition in file vc1dsp.h.
Typedef Documentation
typedef struct VC1DSPContext VC1DSPContext |
Function Documentation
void ff_vc1dsp_init | ( | VC1DSPContext * | c | ) |
Definition at line 804 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 84 of file vc1dsp_init.c.
Referenced by ff_vc1dsp_init().
Generated on Fri Dec 20 2024 06:56:16 for FFmpeg by 1.8.11