FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_vpx_init_range_decoder (VPXRangeCoder *c, const uint8_t *buf, int buf_size) |
Variables | |
const uint8_t | ff_vpx_norm_shift [256] |
int ff_vpx_init_range_decoder | ( | VPXRangeCoder * | c, |
const uint8_t * | buf, | ||
int | buf_size | ||
) |
Definition at line 42 of file vpx_rac.c.
Referenced by decode_frame_header(), decode_tiles(), setup_partitions(), vp5_parse_header(), vp6_parse_header(), vp7_decode_frame_header(), vp8_decode_frame_header(), and vp9_decode_frame().
const uint8_t ff_vpx_norm_shift[256] |
Definition at line 27 of file vpx_rac.c.
Referenced by vpx_rac_renorm().