FFmpeg
|
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, enum AVPixelFormat pix_fmt) |
void | ff_huffyuvdsp_init_x86 (HuffYUVDSPContext *c, enum AVPixelFormat pix_fmt) |
#define B 0 |
Definition at line 32 of file huffyuvdsp.h.
#define G 1 |
Definition at line 33 of file huffyuvdsp.h.
#define R 2 |
Definition at line 34 of file huffyuvdsp.h.
#define A 3 |
Definition at line 35 of file huffyuvdsp.h.
void ff_huffyuvdsp_init | ( | HuffYUVDSPContext * | c, |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 83 of file huffyuvdsp.c.
Referenced by checkasm_check_huffyuvdsp(), and decode_init().
void ff_huffyuvdsp_init_x86 | ( | HuffYUVDSPContext * | c, |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 39 of file huffyuvdsp_init.c.
Referenced by ff_huffyuvdsp_init().