OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_bits_
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/utils/
color_cache_utils.c
31
cc->
hash_bits_
= hash_bits;
46
assert(src->
hash_bits_
== dst->
hash_bits_
);
48
((size_t)1u << dst->
hash_bits_
) * sizeof(*dst->colors_));
color_cache_utils.h
29
int hash_shift_; // Hash shift: 32 -
hash_bits_
.
30
int
hash_bits_
;
member in struct:__anon49484
41
assert((key >> cc->
hash_bits_
) == 0u);
47
assert((key >> cc->
hash_bits_
) == 0u);
/external/webp/src/dec/
vp8l_dec.c
[
all
...]
Completed in 101 milliseconds