Home
last modified time | relevance | path

Searched refs:hash_bits (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/utils/
Dcolor_cache.c24 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() argument
25 const int hash_size = 1 << hash_bits; in VP8LColorCacheInit()
27 assert(hash_bits > 0); in VP8LColorCacheInit()
31 cc->hash_shift_ = 32 - hash_bits; in VP8LColorCacheInit()
Dcolor_cache.h57 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c282 s->hash_bits = memLevel + 7;
283 s->hash_size = 1 << s->hash_bits;
285 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
506 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1061 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1187 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
Ddeflate.h138 uInt hash_bits; /* log2(hash_size) */ member
/external/zlib/src/
Ddeflate.h141 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c288 s->hash_bits = memLevel + 7;
289 s->hash_size = 1 << s->hash_bits;
291 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
613 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1180 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1307 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");