Home
last modified time | relevance | path

Searched refs:numBoundaryPMRuns (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopfli/
Dkatajainen.c185 int numBoundaryPMRuns; in ZopfliLengthLimitedCodeLengths() local
239 numBoundaryPMRuns = 2 * numsymbols - 4; in ZopfliLengthLimitedCodeLengths()
240 for (i = 0; i < numBoundaryPMRuns; i++) { in ZopfliLengthLimitedCodeLengths()
241 char final = i == numBoundaryPMRuns - 1; in ZopfliLengthLimitedCodeLengths()