Searched refs:hash_bits (Results 1 – 6 of 6) sorted by relevance
24 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() argument25 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()
57 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
282 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");
138 uInt hash_bits; /* log2(hash_size) */ member
141 uInt hash_bits; /* log2(hash_size) */ member
288 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");