FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "h264chroma.h"
#include "h264chroma_template.c"
Go to the source code of this file.
Macros | |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 16 |
#define | SET_CHROMA(depth) |
Functions | |
av_cold void | ff_h264chroma_init (H264ChromaContext *c, int bit_depth) |
#define BIT_DEPTH 8 |
Definition at line 27 of file h264chroma.c.
#define BIT_DEPTH 16 |
Definition at line 27 of file h264chroma.c.
#define SET_CHROMA | ( | depth | ) |
Definition at line 31 of file h264chroma.c.
Referenced by ff_h264chroma_init().
av_cold void ff_h264chroma_init | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 41 of file h264chroma.c.
Referenced by ff_cavs_init(), ff_dct_common_init(), ff_h264_decode_init(), ff_h264_set_parameter_from_sps(), ff_rv30dsp_init(), ff_vp56_init_context(), and vc1_decode_init().