Searched defs:curByte (Results 1 – 11 of 11) sorted by relevance
36 private int[] curByte = new int[8]; field in BitstreamWriter
35 private int curByte; field in BitstreamReader
354 int curByte = 0; in read() local
653 int curByte = 0; in read() local
164 int curByte = lz.getByte(0); in getNextSymbol() local
566 int getPrice(int curByte, int matchByte, in getPrice()
79 void SetCurState(unsigned bitPos, Byte curByte) in SetCurState()
275 UInt32 curByte, newBytePlace; in HuffDecode() local
1024 const UInt32 curByte = *(srcData++); in AudioDecode() local
1231 Byte curByte, matchByte; in GetOptimum() local1449 Byte curByte, matchByte; in GetOptimum() local2408 Byte curByte; in LzmaEnc_CodeOneBlock() local2459 Byte curByte; in LzmaEnc_CodeOneBlock() local
155 private var curByte: Int = -1 variable in kotlinx.serialization.cbor.internal.CborParser