FFmpeg  1.2.4
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

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::high
int ArithCoder::low
int ArithCoder::value

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