BitTreeEncoder

class BitTreeEncoder(numBitLevels: Int)

Constructors

Link copied to clipboard
constructor(numBitLevels: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun encode(rangeEncoder: SevenZip.RangeEncoder, symbol: Int)
Link copied to clipboard
fun getPrice(symbol: Int): Int
Link copied to clipboard
fun init()
Link copied to clipboard
fun reverseEncode(rangeEncoder: SevenZip.RangeEncoder, symbol: Int)
Link copied to clipboard
fun reverseGetPrice(symbol: Int): Int