Searched defs:hash_bits (Results 1 – 11 of 11) sorted by relevance
23 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits) { in VP8LColorCacheInit()
23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
89 const int hash_bits; member
138 uInt hash_bits; /* log2(hash_size) */ member
144 uInt hash_bits; /* log2(hash_size) */ member
4287 static uint32_t get_shape_hash(uint32_t h, int hash_bits) in get_shape_hash()