|
FFmpeg
4.0
|
#include <libavcodec/mss12.h>
Data Fields | |
| unsigned int | a |
| unsigned int | c |
| int | low |
| int | high |
| int | value |
| union { | |
| GetBitContext * gb | |
| GetByteContext * gB | |
| } | gbc |
| int(* | get_model_sym )(struct ArithCoder *c, Model *m) |
| int(* | get_number )(struct ArithCoder *c, int n) |
| unsigned int ArithCoder::a |
| unsigned int ArithCoder::c |
Definition at line 58 of file dstdec.c.
Referenced by ac_get(), ac_init(), and read_table().
| int ArithCoder::low |
Definition at line 49 of file mss12.h.
Referenced by arith2_get_number(), arith2_get_prob(), arith2_init(), arith2_normalise(), arith2_rescale_interval(), arith_get_number(), arith_get_prob(), and arith_normalise().
| int ArithCoder::high |
Definition at line 49 of file mss12.h.
Referenced by arith2_get_number(), arith2_get_prob(), arith2_init(), arith2_normalise(), arith2_rescale_interval(), arith_get_number(), arith_get_prob(), and arith_normalise().
| int ArithCoder::value |
Definition at line 49 of file mss12.h.
Referenced by arith2_get_number(), arith2_get_prob(), arith2_init(), arith2_normalise(), arith_get_number(), arith_get_prob(), and arith_normalise().
| GetBitContext* ArithCoder::gb |
Definition at line 51 of file mss12.h.
Referenced by arith_normalise(), and decode_frame().
| GetByteContext* ArithCoder::gB |
Definition at line 52 of file mss12.h.
Referenced by arith2_init(), and arith2_normalise().
| union { ... } ArithCoder::gbc |
Referenced by arith2_init(), arith2_normalise(), and arith_normalise().
| int(* ArithCoder::get_model_sym) (struct ArithCoder *c, Model *m) |
Definition at line 54 of file mss12.h.
Referenced by arith2_init(), decode_pivot(), decode_pixel(), decode_pixel_in_context(), decode_region_inter(), decode_region_intra(), and ff_mss12_decode_rect().
| int(* ArithCoder::get_number) (struct ArithCoder *c, int n) |
Definition at line 55 of file mss12.h.
Referenced by arith2_init(), and decode_pivot().
1.8.13