HomeSort by relevance Sort by last modified time
    Searched defs:dists (Results 1 - 5 of 5) sorted by null

  /external/zopfli/src/zopfli/
lz77.h 37 Parameter dists: Contains the distances. A value is 0 to indicate that there is
39 Parameter size: The size of both the litlens and dists arrays.
46 unsigned short* dists; /* If 0: indicates literal in corresponding litlens, member in struct:ZopfliLZ77Store
106 dists: ll77 distances
107 start: where to begin counting in litlens and dists
108 end: where to stop counting in litlens and dists (not inclusive)
114 const unsigned short* dists,
blocksplitter.c 102 dists: ll77 distances
107 const unsigned short* dists,
109 return ZopfliCalculateBlockSize(litlens, dists, lstart, lend, 2);
114 const unsigned short* dists; member in struct:SplitCostContext
128 return EstimateCost(c->litlens, c->dists, c->start, i) +
129 EstimateCost(c->litlens, c->dists, i, c->end);
151 const unsigned short* dists,
162 size_t length = dists[i] == 0 ? 1 : litlens[i];
220 const unsigned short* dists,
246 c.dists = dists
    [all...]
squeeze.c 34 /* The 32 unique dist symbols, not the 32768 possible dists. */
35 size_t dists[32]; member in struct:SymbolStats
44 memset(stats->dists, 0, 32 * sizeof(stats->dists[0]));
52 memcpy(dest->dists, source->dists, 32 * sizeof(dest->dists[0]));
69 result->dists[i] =
70 (size_t) (stats1->dists[i] * w1 + stats2->dists[i] * w2)
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 449 static const short dists[30] = { /* Offset base for distance codes 0..29 */ local
483 dist = dists[symbol] + bits(s, dext[symbol]);
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 1445 distmap_entry_t *dists = NULL; local
1584 distmap_entry_t *dists = NULL; local
    [all...]

Completed in 340 milliseconds