FFmpeg
|
#include <dirac_arith.h>
Data Fields | |
unsigned | low |
uint16_t | range |
int16_t | counter |
const uint8_t * | bytestream |
const uint8_t * | bytestream_end |
uint16_t | contexts [DIRAC_CTX_COUNT] |
Definition at line 74 of file dirac_arith.h.
unsigned DiracArith::low |
Definition at line 75 of file dirac_arith.h.
Referenced by dirac_get_arith_bit(), ff_dirac_init_arith_decoder(), refill(), and renorm().
uint16_t DiracArith::range |
Definition at line 76 of file dirac_arith.h.
Referenced by dirac_get_arith_bit(), ff_dirac_init_arith_decoder(), and renorm().
int16_t DiracArith::counter |
Definition at line 77 of file dirac_arith.h.
Referenced by ff_dirac_init_arith_decoder(), refill(), and renorm().
const uint8_t* DiracArith::bytestream |
Definition at line 79 of file dirac_arith.h.
Referenced by ff_dirac_init_arith_decoder(), and refill().
const uint8_t* DiracArith::bytestream_end |
Definition at line 80 of file dirac_arith.h.
Referenced by ff_dirac_init_arith_decoder(), and refill().
uint16_t DiracArith::contexts[DIRAC_CTX_COUNT] |
Definition at line 82 of file dirac_arith.h.
Referenced by dirac_get_arith_bit(), and ff_dirac_init_arith_decoder().