Searched refs:outDelta (Results 1 – 2 of 2) sorted by relevance
644 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2() local645 if (inDelta >= MTDEC_ProgessStep || outDelta >= MTDEC_ProgessStep) in MtDec_ThreadFunc2()648 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in MtDec_ThreadFunc2()714 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2() local716 res = MtProgress_ProgressAdd(&p->mtProgress, inDelta, outDelta); in MtDec_ThreadFunc2()
789 UInt64 outDelta = p->outProcessed - outPrev; in Lzma2Dec_Decode_ST() local790 if (inDelta >= (1 << 22) || outDelta >= (1 << 22)) in Lzma2Dec_Decode_ST()