#include <band_codec.h>
Inheritance diagram for dirac::LFBandCodec:

Public Member Functions | |
| LFBandCodec (BasicOutputManager *bits_out, size_t number_of_contexts, const SubbandList &band_list, int band_num) | |
| Constructor for encoding. | |
| LFBandCodec (BitInputManager *bits_in, size_t number_of_contexts, const SubbandList &band_list, int band_num) | |
| Constructor for decoding. | |
A class specially for coding the LF subbands, where we don't want to/can't refer to the parent subband.
Definition at line 166 of file band_codec.h.
|
||||||||||||||||||||
|
Constructor for encoding. Creates a LFBandCodec object to encode subband data.
Definition at line 177 of file band_codec.h. |
|
||||||||||||||||||||
|
Constructor for decoding. Creates a LFBandCodec object to decode subband data.
Definition at line 191 of file band_codec.h. |
1.4.5