FFmpeg  4.0
Data Fields
DiracArith Struct Reference

#include <libavcodec/dirac_arith.h>

Data Fields

unsigned low
 
uint16_t range
 
int16_t counter
 
const uint8_tbytestream
 
const uint8_tbytestream_end
 
uint16_t contexts [DIRAC_CTX_COUNT]
 

Detailed Description

Definition at line 75 of file dirac_arith.h.

Field Documentation

◆ low

unsigned DiracArith::low

Definition at line 76 of file dirac_arith.h.

Referenced by dirac_get_arith_bit(), ff_dirac_init_arith_decoder(), refill(), and renorm().

◆ range

uint16_t DiracArith::range

Definition at line 77 of file dirac_arith.h.

Referenced by dirac_get_arith_bit(), ff_dirac_init_arith_decoder(), and renorm().

◆ counter

int16_t DiracArith::counter

Definition at line 78 of file dirac_arith.h.

Referenced by ff_dirac_init_arith_decoder(), refill(), and renorm().

◆ bytestream

const uint8_t* DiracArith::bytestream

Definition at line 80 of file dirac_arith.h.

Referenced by ff_dirac_init_arith_decoder(), and refill().

◆ bytestream_end

const uint8_t* DiracArith::bytestream_end

Definition at line 81 of file dirac_arith.h.

Referenced by ff_dirac_init_arith_decoder(), and refill().

◆ contexts

uint16_t DiracArith::contexts[DIRAC_CTX_COUNT]

Definition at line 83 of file dirac_arith.h.

Referenced by dirac_get_arith_bit(), and ff_dirac_init_arith_decoder().


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