Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.rangecoder.RangeCoder
Extends/Implements : -
Subclasses : -

/*
RangeCoder

Authors: Lasse Collin
Igor Pavlov

This file has been put into the public domain.
You can do whatever you want with this file.


Variables : SHIFT_BITS, TOP_MASK, BIT_MODEL_TOTAL_BITS, BIT_MODEL_TOTAL, PROB_INIT, MOVE_BITS
Functions : initProbs


int SHIFT_BITS

int TOP_MASK

int BIT_MODEL_TOTAL_BITS

int BIT_MODEL_TOTAL

short PROB_INIT

int MOVE_BITS


public void initProbs (short[] probs)