Libav
Data Fields
ArithCoder Struct Reference

#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

Definition at line 48 of file mss12.h.

Field Documentation

§ low

int ArithCoder::low

§ high

int ArithCoder::high

§ value

int ArithCoder::value

§ gb

GetBitContext* ArithCoder::gb

Definition at line 51 of file mss12.h.

Referenced by arith_normalise().

§ gB

GetByteContext* ArithCoder::gB

Definition at line 52 of file mss12.h.

Referenced by arith2_init(), and arith2_normalise().

§ gbc

union { ... } ArithCoder::gbc

§ get_model_sym

int(* ArithCoder::get_model_sym) (struct ArithCoder *c, Model *m)

§ get_number

int(* ArithCoder::get_number) (struct ArithCoder *c, int n)

Definition at line 55 of file mss12.h.

Referenced by arith2_init(), and decode_pivot().


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