This is the complete list of members for
dirac::ArithCodecBase, including all inherited members.
ArithCodecBase(ByteIO *p_byteio, size_t number_of_contexts) | dirac::ArithCodecBase | |
ArithCodecBase(const ArithCodecBase &cpy) | dirac::ArithCodecBase | [private] |
ByteCount() const | dirac::ArithCodecBase | [protected] |
DecodeSInt(const int bin1, const int max_bin) | dirac::ArithCodecBase | [inline, protected] |
DecodeSymbol(int context_num) | dirac::ArithCodecBase | [inline, protected] |
DecodeUInt(const int bin1, const int max_bin) | dirac::ArithCodecBase | [inline, protected] |
EncodeSInt(const int value, const int bin1, const int max_bin) | dirac::ArithCodecBase | [inline, protected] |
EncodeSymbol(const bool symbol, const int context_num) | dirac::ArithCodecBase | [inline, protected] |
EncodeUInt(const unsigned int value, const int bin1, const int max_bin) | dirac::ArithCodecBase | [inline, protected] |
FlushEncoder() | dirac::ArithCodecBase | [protected] |
InitDecoder(int num_bytes) | dirac::ArithCodecBase | [protected] |
InitEncoder() | dirac::ArithCodecBase | [protected] |
InputBit() | dirac::ArithCodecBase | [inline, private] |
m_byteio | dirac::ArithCodecBase | [private] |
m_code | dirac::ArithCodecBase | [private] |
m_context_list | dirac::ArithCodecBase | [protected] |
m_data_ptr | dirac::ArithCodecBase | [private] |
m_decode_data_ptr | dirac::ArithCodecBase | [private] |
m_input_bits_left | dirac::ArithCodecBase | [private] |
m_low_code | dirac::ArithCodecBase | [private] |
m_range | dirac::ArithCodecBase | [private] |
m_scount | dirac::ArithCodecBase | [private] |
m_underflow | dirac::ArithCodecBase | [private] |
operator=(const ArithCodecBase &rhs) | dirac::ArithCodecBase | [private] |
ReadAllData(int num_bytes) | dirac::ArithCodecBase | [private] |
~ArithCodecBase() | dirac::ArithCodecBase | [virtual] |