#include <common.h>
Inheritance diagram for dirac::DecoderParams:

Public Member Functions | |
| DecoderParams () | |
| Default constructor. | |
| const BitInputManager & | BitsIn () const |
| Return a reference to the bit output class. | |
| BitInputManager & | BitsIn () |
| Return a reference to the bit output class - we need to output, so non-const. | |
| void | SetBitsIn (BitInputManager *bi) |
| Sets the bit input - TBD: set this up in a constructor and pass decoder params around entirely by reference. | |
Parameters for the decoding process. Derived from CodecParams.
Definition at line 822 of file common.h.
1.4.5