Searched refs:lenBitCount (Results 1 – 1 of 1) sorted by relevance
170 int lenBitCount = encodeLengthCost(len1 - 1, dist1[0] + 1, distRanges); in makeCopyDecision() local172 int cost1B = lenBitCount + distBitCount + costPerByte3[0] * len3; in makeCopyDecision()