Dirac - A Video Codec

Created by the British Broadcasting Corporation.


LFBandCodec Class Reference

A class specially for coding the LF subbands. More...

#include <band_codec.h>

Inheritance diagram for LFBandCodec:

BandCodec ArithCodec< PicArray > List of all members.

Public Member Functions

Private Member Functions


Detailed Description

A class specially for coding the LF subbands, where we don't want to/can't refer to the parent subband.


Constructor & Destructor Documentation

LFBandCodec::LFBandCodec BasicOutputManager bits_out,
size_t  number_of_contexts,
const SubbandList band_list,
int  band_num
[inline]
 

Creates a LFBandCodec object to encode subband data. /param bits_out the output for the encoded bits /param ctxs the contexts used in the encoding process /param band_list the set of all the subbands /param band_num the number of the subband being coded

LFBandCodec::LFBandCodec BitInputManager bits_in,
size_t  number_of_contexts,
const SubbandList band_list,
int  band_num
[inline]
 

Creates a LFBandCodec object to decode subband data. /param bits_in the input for the encoded bits /param ctxs the contexts used in the decoding process /param band_list the set of all the subbands /param band_num the number of the subband being decoded

LFBandCodec::LFBandCodec const LFBandCodec cpy  )  [private]
 


Member Function Documentation

virtual void LFBandCodec::DoWorkCode PicArray InData  )  [private, virtual]
 

Reimplemented from BandCodec.

virtual void LFBandCodec::DoWorkDecode PicArray OutData,
int  num_bits
[private, virtual]
 

Reimplemented from BandCodec.

LFBandCodec& LFBandCodec::operator= const LFBandCodec rhs  )  [private]
 


The documentation for this class was generated from the following file:

© 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.