Searched refs:currentInPos (Results 1 – 1 of 1) sorted by relevance
152 …UInt64 currentInPos = 0; // data that was processed, it doesn't include data in input buffer and d… in CodeReal() local190 if (newEndPos <= currentInPos && isAccurateEnd) in CodeReal()215 enc.fileIp = enc.ip + (UInt32)(subStreamStartPos - currentInPos); in CodeReal()232 if (readWasFinished && totalStreamRead - currentInPos == Bcj2Enc_Get_InputData_Size(&enc)) in CodeReal()237 …currentInPos = totalStreamRead - numBytes_in_ReadBuf + (enc.src - _bufs[BCJ2_NUM_STREAMS]) - enc.t… in CodeReal()287 if (progress && currentInPos - prevProgress >= (1 << 20)) in CodeReal()289 … UInt64 outSize2 = currentInPos + outSizeRc + enc.bufs[BCJ2_STREAM_RC] - enc.bufs[BCJ2_STREAM_RC]; in CodeReal()290 prevProgress = currentInPos; in CodeReal()292 RINOK(progress->SetRatioInfo(¤tInPos, &outSize2)); in CodeReal()