| FFmpeg
    4.0
    | 
#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 dct_init(), ff_cavs_init(), ff_rv30dsp_init(), ff_vp56_init_context(), h264_slice_header_init(), and vc1_decode_init().
 1.8.13
 1.8.13