Home
last modified time | relevance | path

Searched refs:hash_bits_ (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dcolor_cache_utils.c31 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()
A Dcolor_cache_utils.h30 int hash_bits_; member
41 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheLookup()
47 assert((key >> cc->hash_bits_) == 0u); in VP8LColorCacheSet()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1718 dec->hdr_.color_cache_.hash_bits_)) { in VP8LDecodeImage()

Completed in 7 milliseconds