|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlzma.sdk.rangecoder.BitTreeEncoder
public class BitTreeEncoder
| Constructor Summary | |
|---|---|
BitTreeEncoder(int numBitLevels)
|
|
| Method Summary | |
|---|---|
void |
encode(Encoder rangeEncoder,
int symbol)
|
int |
getPrice(int symbol)
|
void |
init()
|
void |
reverseEncode(Encoder rangeEncoder,
int symbol)
|
static void |
reverseEncode(short[] Models,
int startIndex,
Encoder rangeEncoder,
int NumBitLevels,
int symbol)
|
int |
reverseGetPrice(int symbol)
|
static int |
reverseGetPrice(short[] Models,
int startIndex,
int NumBitLevels,
int symbol)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitTreeEncoder(int numBitLevels)
| Method Detail |
|---|
public void init()
public void encode(Encoder rangeEncoder,
int symbol)
throws IOException
IOException
public void reverseEncode(Encoder rangeEncoder,
int symbol)
throws IOException
IOExceptionpublic int getPrice(int symbol)
public int reverseGetPrice(int symbol)
public static int reverseGetPrice(short[] Models,
int startIndex,
int NumBitLevels,
int symbol)
public static void reverseEncode(short[] Models,
int startIndex,
Encoder rangeEncoder,
int NumBitLevels,
int symbol)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||