Lines Matching defs:leng
370 unsigned short leng;
400 &dist, &leng);
401 lengthscore = GetLengthScore(leng, dist);
410 if (lengthscore >= ZOPFLI_MIN_MATCH && leng < ZOPFLI_MAX_MATCH) {
412 prev_length = leng;
418 leng = prev_length;
422 ZopfliVerifyLenDist(in, inend, i - 1, dist, leng);
423 ZopfliStoreLitLenDist(leng, dist, store);
424 for (j = 2; j < leng; j++) {
432 else if (lengthscore >= ZOPFLI_MIN_MATCH && leng < ZOPFLI_MAX_MATCH) {
434 prev_length = leng;
443 ZopfliVerifyLenDist(in, inend, i, dist, leng);
444 ZopfliStoreLitLenDist(leng, dist, store);
446 leng = 1;
449 for (j = 1; j < leng; j++) {