FFmpeg
|
Go to the source code of this file.
Functions | |
static av_always_inline int | vp89_rac_get (VPXRangeCoder *c) |
static av_unused int | vp89_rac_get_uint (VPXRangeCoder *c, int bits) |
static av_always_inline int | vp89_rac_get_tree (VPXRangeCoder *c, const int8_t(*tree)[2], const uint8_t *probs) |
Range decoder functions common to VP8 and VP9
Definition in file vp89_rac.h.
|
static |
Definition at line 36 of file vp89_rac.h.
Referenced by decode_block_coeffs_internal(), decode_coeffs_b_generic(), decode_frame_header(), parse_segment_info(), update_lf_deltas(), update_prob(), update_refs(), vp78_update_pred16x16_pred8x8_mvc_probabilities(), vp7_decode_frame_header(), vp7_get_quants(), vp89_rac_get_uint(), vp8_decode_frame_header(), and vp8_rac_get_sint().
|
static |
Definition at line 41 of file vp89_rac.h.
Referenced by decode_frame_header(), parse_segment_info(), ref_to_update(), setup_partitions(), update_lf_deltas(), update_prob(), vp78_update_pred16x16_pred8x8_mvc_probabilities(), vp78_update_probability_tables(), vp7_decode_frame_header(), vp7_get_quants(), vp8_decode_frame_header(), vp8_get_quants(), vp8_rac_get_nn(), and vp8_rac_get_sint().
|
static |
Definition at line 54 of file vp89_rac.h.
Referenced by decode_intra4x4_modes(), decode_mb_mode(), decode_mode(), decode_sb(), ff_vp9_fill_mv(), and read_mv_component().