Searched refs:outDelta (Results 1 – 3 of 3) sorted by relevance
671 const UInt64 outDelta = outCodePos - outPrev; in ThreadFunc2() local672 if (inDelta >= MTDEC_ProgessStep || outDelta >= MTDEC_ProgessStep) in ThreadFunc2()675 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in ThreadFunc2()741 const UInt64 outDelta = outCodePos - outPrev; in ThreadFunc2() local743 res = MtProgress_ProgressAdd(&p->mtProgress, inDelta, outDelta); in ThreadFunc2()
786 UInt64 outDelta = p->outProcessed - outPrev; in Lzma2Dec_Decode_ST() local787 if (inDelta >= (1 << 22) || outDelta >= (1 << 22)) in Lzma2Dec_Decode_ST()
2442 UInt64 outDelta = p->outProcessed - outPrev; in XzDecMt_Decode_ST() local2443 if (inDelta >= (1 << 22) || outDelta >= (1 << 22)) in XzDecMt_Decode_ST()