HomeSort by relevance Sort by last modified time
    Searched refs:llsize (Results 1 - 2 of 2) sorted by null

  /external/zopfli/src/zopfli/
blocksplitter.c 115 size_t llsize; member in struct:SplitCostContext
152 size_t llsize, const size_t* lz77splitpoints,
161 for (i = 0; i < llsize; i++) {
189 llsize: the size of the LL77 data, which is the size of the done array here.
199 size_t llsize, const unsigned char* done,
207 size_t end = i == npoints ? llsize - 1 : splitpoints[i];
221 size_t llsize, size_t maxblocks,
230 if (llsize < 10) return; /* This code fails on tiny files. */
232 done = (unsigned char*)malloc(llsize);
234 for (i = 0; i < llsize; i++) done[i] = 0
    [all...]
blocksplitter.h 41 llsize: size of litlens and dists
47 size_t llsize, size_t maxblocks,

Completed in 163 milliseconds