Searched defs:hash_bits (Results 1 – 13 of 13) sorted by relevance
23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
23 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits) { in VP8LColorCacheInit()
92 const int hash_bits; member
75 #define CLASS_ROUTE_HASH_SIZE(hash_bits) (((hash_bits) & 0xff) << 16) argument
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()