ArithCodec(BasicOutputManager *bits_out, size_t number_of_contexts) | dirac::ArithCodec< T > | |
ArithCodec(BitInputManager *bits_in, size_t number_of_contexts) | dirac::ArithCodec< T > | |
calc_t typedef | dirac::ArithCodec< T > | [protected] |
ChooseContext(const T &data, const int bin_number) const =0 | dirac::ArithCodec< T > | [protected, pure virtual] |
ChooseContext(const T &data) const =0 | dirac::ArithCodec< T > | [protected, pure virtual] |
CODE_2ND_MSB | dirac::ArithCodec< T > | [protected, static] |
CODE_MAX | dirac::ArithCodec< T > | [protected, static] |
CODE_MSB | dirac::ArithCodec< T > | [protected, static] |
code_t typedef | dirac::ArithCodec< T > | [protected] |
Compress(T &in_data) | dirac::ArithCodec< T > | |
DecodeSymbol(bool &symbol, int context_num) | dirac::ArithCodec< T > | [protected] |
Decompress(T &out_data, int num_bits) | dirac::ArithCodec< T > | |
DoWorkCode(T &in_data)=0 | dirac::ArithCodec< T > | [protected, pure virtual] |
DoWorkDecode(T &out_data, int num_bits)=0 | dirac::ArithCodec< T > | [protected, pure virtual] |
EncodeSymbol(const bool symbol, const int context_num) | dirac::ArithCodec< T > | [inline, protected] |
EncodeTriple(const Triple &c) | dirac::ArithCodec< T > | [protected] |
FlushDecoder() | dirac::ArithCodec< T > | [protected] |
FlushEncoder() | dirac::ArithCodec< T > | [protected] |
InitContexts()=0 | dirac::ArithCodec< T > | [protected, pure virtual] |
InitDecoder() | dirac::ArithCodec< T > | [protected] |
InitEncoder() | dirac::ArithCodec< T > | [protected] |
m_context_list | dirac::ArithCodec< T > | [protected] |
RemFromStream(const Triple &c) | dirac::ArithCodec< T > | [protected] |
ResetAll()=0 | dirac::ArithCodec< T > | [protected, pure virtual] |
Resize(const int context_num)=0 | dirac::ArithCodec< T > | [protected, pure virtual] |
SetCurrentCount(const int context_num) | dirac::ArithCodec< T > | [protected] |
Update(const bool symbol, const int context_num)=0 | dirac::ArithCodec< T > | [protected, pure virtual] |
~ArithCodec() | dirac::ArithCodec< T > | [virtual] |