FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | HuffYUVDSPContext |
Macros | |
#define | B 0 |
#define | G 1 |
#define | R 2 |
#define | A 3 |
Functions | |
void | ff_huffyuvdsp_init (HuffYUVDSPContext *c) |
void | ff_huffyuvdsp_init_ppc (HuffYUVDSPContext *c) |
void | ff_huffyuvdsp_init_x86 (HuffYUVDSPContext *c) |
#define B 0 |
Definition at line 30 of file huffyuvdsp.h.
Referenced by blend_image(), config_output(), filter_frame(), filter_rgb(), filter_slice(), and x8_ac_compensation().
#define G 1 |
Definition at line 31 of file huffyuvdsp.h.
Referenced by blend_image(), config_output(), filter_frame(), filter_rgb(), and filter_slice().
#define R 2 |
Definition at line 32 of file huffyuvdsp.h.
Referenced by blend_image(), config_output(), filter_frame(), filter_rgb(), and filter_slice().
#define A 3 |
Definition at line 33 of file huffyuvdsp.h.
void ff_huffyuvdsp_init | ( | HuffYUVDSPContext * | c | ) |
Definition at line 108 of file huffyuvdsp.c.
Referenced by decode_init(), lag_decode_init(), and vble_decode_init().
void ff_huffyuvdsp_init_ppc | ( | HuffYUVDSPContext * | c | ) |
Definition at line 54 of file huffyuvdsp_altivec.c.
void ff_huffyuvdsp_init_x86 | ( | HuffYUVDSPContext * | c | ) |
Definition at line 86 of file huffyuvdsp_init.c.
Referenced by ff_huffyuvdsp_init().