#include <band_codec.h>
Inheritance diagram for dirac::IntraDCBandCodec:
Public Member Functions | |
IntraDCBandCodec (BasicOutputManager *bits_out, size_t number_of_contexts, const SubbandList &band_list) | |
Constructor for encoding. | |
IntraDCBandCodec (BitInputManager *bits_in, size_t number_of_contexts, const SubbandList &band_list) | |
Constructor for decoding. |
A class specially for coding the DC subband of Intra frames, using intra-band prediction of coefficients.
Definition at line 219 of file band_codec.h.
|
Constructor for encoding. Creates a IntraDCBandCodec object to encode subband data, based on parameters
Definition at line 230 of file band_codec.h. |
|
Constructor for decoding. Creates a LFBandCodec object to decode subband data, based on parameters
Definition at line 243 of file band_codec.h. |