This is the complete list of members for dirac::ArithCodec< T >, 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::ArithCodecBase | private |
| ByteCount() const | dirac::ArithCodecBase | protected |
| Compress(T &in_data) | dirac::ArithCodec< T > | |
| DecodeSInt(const int bin1, const int max_bin) | dirac::ArithCodecBase | inlineprotected |
| DecodeSymbol(int context_num) | dirac::ArithCodecBase | inlineprotected |
| DecodeUInt(const int bin1, const int max_bin) | dirac::ArithCodecBase | inlineprotected |
| Decompress(T &out_data, const int num_bytes) | dirac::ArithCodec< T > | |
| DoWorkCode(T &in_data)=0 | dirac::ArithCodec< T > | protectedpure virtual |
| DoWorkDecode(T &out_data)=0 | dirac::ArithCodec< T > | protectedpure virtual |
| EncodeSInt(const int value, const int bin1, const int max_bin) | dirac::ArithCodecBase | inlineprotected |
| EncodeSymbol(const bool symbol, const int context_num) | dirac::ArithCodecBase | inlineprotected |
| EncodeUInt(const unsigned int value, const int bin1, const int max_bin) | dirac::ArithCodecBase | inlineprotected |
| FlushEncoder() | dirac::ArithCodecBase | protected |
| InitDecoder(int num_bytes) | dirac::ArithCodecBase | protected |
| InitEncoder() | dirac::ArithCodecBase | protected |
| InputBit() | dirac::ArithCodecBase | inlineprivate |
| 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 |
| ~ArithCodec() | dirac::ArithCodec< T > | inlinevirtual |
| ~ArithCodecBase() | dirac::ArithCodecBase | virtual |