OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_shift_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
color_cache.h
27
int
hash_shift_
; // Hash shift: 32 - hash_bits.
member in struct:__anon14854
34
assert(key <= (~0U >> cc->
hash_shift_
));
40
const uint32_t key = (kHashMul * argb) >> cc->
hash_shift_
;
46
return (kHashMul * argb) >> cc->
hash_shift_
;
51
const uint32_t key = (kHashMul * argb) >> cc->
hash_shift_
;
/external/webp/src/utils/
color_cache.h
27
int
hash_shift_
; // Hash shift: 32 - hash_bits.
member in struct:__anon31301
34
assert(key <= (~0U >> cc->
hash_shift_
));
40
const uint32_t key = (kHashMul * argb) >> cc->
hash_shift_
;
46
return (kHashMul * argb) >> cc->
hash_shift_
;
51
const uint32_t key = (kHashMul * argb) >> cc->
hash_shift_
;
Completed in 78 milliseconds