Home | History | Annotate | Download | only in zopfli

Lines Matching refs:litlens

29   store->litlens = 0;
34 free(store->litlens);
42 dest->litlens =
43 (unsigned short*)malloc(sizeof(*dest->litlens) * source->size);
46 if (!dest->litlens || !dest->dists) exit(-1); /* Allocation failed. */
50 dest->litlens[i] = source->litlens[i];
62 ZOPFLI_APPEND_DATA(length, &store->litlens, &store->size);
459 void ZopfliLZ77Counts(const unsigned short* litlens,
474 ll_count[litlens[i]]++;
476 ll_count[ZopfliGetLengthSymbol(litlens[i])]++;