34 #ifndef ARITHMETIC_DECODER_H 35 #define ARITHMETIC_DECODER_H
BOOL init(ByteStreamIn *instream)
void destroySymbolModel(EntropyModel *model)
void initSymbolModel(EntropyModel *model, U32 *table=0)
EntropyModel * createSymbolModel(U32 n)
void renorm_dec_interval()
void destroyBitModel(EntropyModel *model)
EntropyModel * createBitModel()
void initBitModel(EntropyModel *model)
U32 decodeSymbol(EntropyModel *model)
U32 decodeBit(EntropyModel *model)