#include <mss12.h>
Data Fields | |
| 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) |
Definition at line 48 of file mss12.h.
| union { ... } ArithCoder::gbc |
Referenced by arith2_init(), arith2_normalise(), and arith_normalise().
| int(* ArithCoder::get_model_sym)(struct ArithCoder *c, Model *m) |
| int(* ArithCoder::get_number)(struct ArithCoder *c, int n) |
Referenced by arith2_init(), and decode_pivot().
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().
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().
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().
1.5.8