Searched refs:hash_bits_ (Results 1 – 3 of 3) sorted by relevance
31 cc->hash_bits_ = hash_bits; in VP8LColorCacheInit()46 assert(src->hash_bits_ == dst->hash_bits_); in VP8LColorCacheCopy()48 ((size_t)1u << dst->hash_bits_) * sizeof(*dst->colors_)); in VP8LColorCacheCopy()
31 int hash_bits_; member43 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheLookup()49 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheSet()
1714 dec->hdr_.color_cache_.hash_bits_)) { in VP8LDecodeImage()