Created by the British Broadcasting Corporation.
#include <band_codec.h>
Inheritance diagram for dirac::IntraDCBandCodec:
dirac::IntraDCBandCodec::IntraDCBandCodec | ( | SubbandByteIO * | subband_byteio, | |
size_t | number_of_contexts, | |||
const SubbandList & | band_list | |||
) | [inline] |
Creates a IntraDCBandCodec object to encode subband data, based on parameters
subband_byteio | input/output for the encoded bits | |
number_of_contexts | the number of contexts used in the encoding process | |
band_list | the set of all the subbands |
dirac::IntraDCBandCodec::IntraDCBandCodec | ( | const IntraDCBandCodec & | cpy | ) | [private] |
void dirac::IntraDCBandCodec::DoWorkCode | ( | CoeffArray & | in_data | ) | [private, virtual] |
Reimplemented from dirac::BandCodec.
void dirac::IntraDCBandCodec::DoWorkDecode | ( | CoeffArray & | out_data | ) | [private, virtual] |
Reimplemented from dirac::BandCodec.
void dirac::IntraDCBandCodec::CodeCoeffBlock | ( | const CodeBlock & | code_block, | |
CoeffArray & | in_data | |||
) | [private, virtual] |
Reimplemented from dirac::BandCodec.
void dirac::IntraDCBandCodec::DecodeCoeffBlock | ( | const CodeBlock & | code_block, | |
CoeffArray & | out_data | |||
) | [private, virtual] |
Reimplemented from dirac::BandCodec.
IntraDCBandCodec& dirac::IntraDCBandCodec::operator= | ( | const IntraDCBandCodec & | rhs | ) | [private] |
CoeffType dirac::IntraDCBandCodec::GetPrediction | ( | const CoeffArray & | data, | |
const int | xpos, | |||
const int | ypos | |||
) | const [private] |
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.