Dirac - A Video Codec

Created by the British Broadcasting Corporation.


dirac::IntraDCBandCodec Member List

This is the complete list of members for dirac::IntraDCBandCodec, including all inherited members.

ArithCodec(ByteIO *p_byteio, size_t number_of_contexts)dirac::ArithCodec< T >
ArithCodecBase(ByteIO *p_byteio, size_t number_of_contexts)dirac::ArithCodecBase
ArithCodecBase(const ArithCodecBase &cpy)dirac::ArithCodecBaseprivate
ByteCount() constdirac::ArithCodecBaseprotected
ChooseFollowContext(const int bin_number) constdirac::GenericBandCodec< ArithCodec< CoeffArray > >inlineprotected
ChooseInfoContext() constdirac::GenericBandCodec< ArithCodec< CoeffArray > >inlineprotected
ChooseSignContext(const CoeffArray &data, const int xpos, const int ypos) constdirac::GenericBandCodec< ArithCodec< CoeffArray > >inlineprotected
ClearBlock(const CodeBlock &code_block, CoeffArray &coeff_data)dirac::GenericIntraDCBandCodec< ArithCodec< CoeffArray > >protectedvirtual
CodeCoeff(CoeffArray &in_data, const int xpos, const int ypos)dirac::IntraDCBandCodecprivatevirtual
CodeCoeffBlock(const CodeBlock &code_block, CoeffArray &in_data)dirac::GenericBandCodec< ArithCodec< CoeffArray > >protectedvirtual
CodeQuantIndexOffset(const int offset)dirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
CodeVal(CoeffArray &in_data, const int xpos, const int ypos, const CoeffType val)dirac::GenericBandCodec< ArithCodec< CoeffArray > >inlineprotected
Compress(T &in_data)dirac::ArithCodec< T >
DecodeCoeff(CoeffArray &out_data, const int xpos, const int ypos)dirac::IntraDCBandCodecprivatevirtual
DecodeCoeffBlock(const CodeBlock &code_block, CoeffArray &out_data)dirac::GenericIntraDCBandCodec< ArithCodec< CoeffArray > >protectedvirtual
DecodeQuantIndexOffset()dirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
DecodeSInt(const int bin1, const int max_bin)dirac::ArithCodecBaseinlineprotected
DecodeSymbol(int context_num)dirac::ArithCodecBaseinlineprotected
DecodeUInt(const int bin1, const int max_bin)dirac::ArithCodecBaseinlineprotected
DecodeVal(CoeffArray &out_data, const int xpos, const int ypos)dirac::GenericBandCodec< ArithCodec< CoeffArray > >inlineprotected
Decompress(T &out_data, const int num_bytes)dirac::ArithCodec< T >
DoWorkCode(CoeffArray &in_data)dirac::IntraDCBandCodecprivatevirtual
dirac::ArithCodec::DoWorkCode(T &in_data)=0dirac::ArithCodec< T >protectedpure virtual
DoWorkDecode(CoeffArray &out_data)dirac::IntraDCBandCodecprivatevirtual
dirac::ArithCodec::DoWorkDecode(T &out_data)=0dirac::ArithCodec< T >protectedpure virtual
EncodeSInt(const int value, const int bin1, const int max_bin)dirac::ArithCodecBaseinlineprotected
EncodeSymbol(const bool symbol, const int context_num)dirac::ArithCodecBaseinlineprotected
EncodeUInt(const unsigned int value, const int bin1, const int max_bin)dirac::ArithCodecBaseinlineprotected
FlushEncoder()dirac::ArithCodecBaseprotected
GenericBandCodec(SubbandByteIO *subband_byteio, size_t number_of_contexts, const SubbandList &band_list, int band_num, const bool is_intra)dirac::GenericBandCodec< ArithCodec< CoeffArray > >
GenericBandCodec(const GenericBandCodec &cpy)dirac::GenericBandCodec< ArithCodec< CoeffArray > >private
GenericIntraDCBandCodec(SubbandByteIO *subband_byteio, size_t number_of_contexts, const SubbandList &band_list)dirac::GenericIntraDCBandCodec< ArithCodec< CoeffArray > >inline
GetPrediction(const CoeffArray &data, const int xpos, const int ypos) constdirac::GenericIntraDCBandCodec< ArithCodec< CoeffArray > >protected
InitDecoder(int num_bytes)dirac::ArithCodecBaseprotected
InitEncoder()dirac::ArithCodecBaseprotected
InputBit()dirac::ArithCodecBaseinlineprivate
IntraDCBandCodec(SubbandByteIO *subband_byteio, size_t number_of_contexts, const SubbandList &band_list)dirac::IntraDCBandCodecinline
IntraDCBandCodec(const IntraDCBandCodec &cpy)dirac::IntraDCBandCodecprivate
m_bnumdirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_byteiodirac::ArithCodecBaseprivate
m_codedirac::ArithCodecBaseprivate
m_context_listdirac::ArithCodecBaseprotected
m_data_ptrdirac::ArithCodecBaseprivate
m_dc_pred_resdirac::IntraDCBandCodecprivate
m_decode_data_ptrdirac::ArithCodecBaseprivate
m_input_bits_leftdirac::ArithCodecBaseprivate
m_is_intradirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_last_qf_idxdirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_low_codedirac::ArithCodecBaseprivate
m_nhood_nonzerodirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_nodedirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_offsetdirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_parent_notzerodirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_pnodedirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_pxposdirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_pyposdirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_qfdirac::GenericBandCodec< ArithCodec< CoeffArray > >protected
m_rangedirac::ArithCodecBaseprivate
m_scountdirac::ArithCodecBaseprivate
m_underflowdirac::ArithCodecBaseprivate
operator=(const IntraDCBandCodec &rhs)dirac::IntraDCBandCodecprivate
ReadAllData(int num_bytes)dirac::ArithCodecBaseprivate
SetToVal(const CodeBlock &code_block, CoeffArray &coeff_data, const CoeffType val)dirac::GenericBandCodec< ArithCodec< CoeffArray > >inlineprotected
~ArithCodec()dirac::ArithCodec< T >inlinevirtual
~ArithCodecBase()dirac::ArithCodecBasevirtual

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