Home | History | Annotate | Download | only in zopfli

Lines Matching defs:leng

356   unsigned short leng;
386 &dist, &leng);
387 lengvalue = GetLengthValue(leng, dist);
398 prev_length = leng;
404 leng = prev_length;
408 ZopfliVerifyLenDist(in, inend, i - 1, dist, leng);
409 ZopfliStoreLitLenDist(leng, dist, store);
410 for (j = 2; j < leng; j++) {
418 else if (lengvalue >= ZOPFLI_MIN_MATCH && leng < ZOPFLI_MAX_MATCH) {
420 prev_length = leng;
429 ZopfliVerifyLenDist(in, inend, i, dist, leng);
430 ZopfliStoreLitLenDist(leng, dist, store);
432 leng = 1;
435 for (j = 1; j < leng; j++) {