Searched refs:overlapRLog (Results 1 – 1 of 1) sorted by relevance
1168 int const overlapRLog = 9 - ZSTDMT_overlapLog(params->overlapLog, params->cParams.strategy); in ZSTDMT_computeOverlapSize() local1169 int ovLog = (overlapRLog >= 8) ? 0 : (params->cParams.windowLog - overlapRLog); in ZSTDMT_computeOverlapSize()1170 assert(0 <= overlapRLog && overlapRLog <= 8); in ZSTDMT_computeOverlapSize()1177 - overlapRLog; in ZSTDMT_computeOverlapSize()