LzmaBase

object LzmaBase

Properties

Link copied to clipboard
const val kAlignMask: Int
Link copied to clipboard
const val kAlignTableSize: Int
Link copied to clipboard
const val kDicLogSizeMin: Int = 0
Link copied to clipboard
const val kEndPosModelIndex: Int = 14
Link copied to clipboard
const val kMatchMaxLen: Int
Link copied to clipboard
const val kMatchMinLen: Int = 2
Link copied to clipboard
const val kNumAlignBits: Int = 4
Link copied to clipboard
Link copied to clipboard
const val kNumHighLenBits: Int = 8
Link copied to clipboard
const val kNumLenSymbols: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val kNumLitContextBitsMax: Int = 8
Link copied to clipboard
Link copied to clipboard
const val kNumLowLenBits: Int = 3
Link copied to clipboard
Link copied to clipboard
const val kNumMidLenBits: Int = 3
Link copied to clipboard
Link copied to clipboard
const val kNumPosSlotBits: Int = 6
Link copied to clipboard
Link copied to clipboard
const val kNumPosStatesBitsMax: Int = 4
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val kNumRepDistances: Int = 4
Link copied to clipboard
const val kNumStates: Int = 12
Link copied to clipboard
const val kStartPosModelIndex: Int = 4

Functions

Link copied to clipboard
Link copied to clipboard
fun stateInit(): Int
Link copied to clipboard
Link copied to clipboard
fun stateUpdateChar(index: Int): Int
Link copied to clipboard
fun stateUpdateMatch(index: Int): Int
Link copied to clipboard
fun stateUpdateRep(index: Int): Int
Link copied to clipboard