| FFmpeg
    | 
Go to the source code of this file.
| Functions | |
| int | ff_vp56_init_range_decoder (VP56RangeCoder *c, const uint8_t *buf, int buf_size) | 
| Variables | |
| const uint8_t | ff_vp56_norm_shift [256] | 
| vp56 specific range coder implementation  More... | |
| int ff_vp56_init_range_decoder | ( | VP56RangeCoder * | c, | 
| const uint8_t * | buf, | ||
| int | buf_size | ||
| ) | 
Definition at line 40 of file vp56rac.c.
Referenced by decode_frame_header(), setup_partitions(), vp5_parse_header(), vp6_parse_header(), vp7_decode_frame_header(), vp8_decode_frame_header(), and vp9_decode_frame().
| const uint8_t ff_vp56_norm_shift[256] | 
vp56 specific range coder implementation
Definition at line 25 of file vp56rac.c.
Referenced by vp56_rac_renorm().
 1.8.6
 1.8.6