ArithCoder Struct Reference

#include <mss12.h>

Collaboration diagram for ArithCoder:
Collaboration graph

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

Definition at line 48 of file mss12.h.

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
int(* ArithCoder::get_model_sym) (struct ArithCoder *c, Model *m)
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::value

The documentation for this struct was generated from the following file: