| FFmpeg
    | 
#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) | 
Detailed Description
Field Documentation
| GetBitContext* ArithCoder::gb | 
Definition at line 51 of file mss12.h.
Referenced by arith_normalise().
| 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().
| 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::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::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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11