| 
    FFmpeg
    
   | 
 
#include <mss12.h>
Data Fields | |
| unsigned int | a | 
| unsigned int | c | 
| int | low | 
| int | high | 
| int | value | 
| int | overread | 
| 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 | 
| int ArithCoder::overread | 
Definition at line 50 of file mss12.h.
Referenced by decode_pixel(), and ff_mss12_decode_rect().
| GetBitContext* ArithCoder::gb | 
| GetByteContext* ArithCoder::gB | 
| union { ... } ArithCoder::gbc | 
| int(* ArithCoder::get_model_sym) (struct ArithCoder *c, Model *m) | 
Definition at line 56 of file mss12.h.
Referenced by 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 57 of file mss12.h.
Referenced by decode_pivot().
 1.8.17