| 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] | 
Detailed Description
Definition at line 74 of file dirac_arith.h.
Field Documentation
| 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().
| int16_t DiracArith::counter | 
Definition at line 77 of file dirac_arith.h.
Referenced by ff_dirac_init_arith_decoder(), refill(), and renorm().
| 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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11