OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_shift_
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/utils/
color_cache_utils.h
29
int
hash_shift_
; // Hash shift: 32 - hash_bits_.
member in struct:__anon49484
53
const int key = VP8LHashPix(argb, cc->
hash_shift_
);
59
return VP8LHashPix(argb, cc->
hash_shift_
);
65
const int key = VP8LHashPix(argb, cc->
hash_shift_
);
color_cache_utils.c
30
cc->
hash_shift_
= 32 - hash_bits;
/external/brotli/c/enc/
hash_longest_match64_inc.h
39
int
hash_shift_
;
member in struct:HashLongestMatch
71
self->
hash_shift_
= 64 - common->params.bucket_bits;
88
self->
hash_shift_
);
113
self->
hash_shift_
);
220
&data[cur_ix_masked], self->hash_mask_, self->
hash_shift_
);
hash_longest_match_inc.h
37
int
hash_shift_
;
member in struct:HashLongestMatch
67
self->
hash_shift_
= 32 - common->params.bucket_bits;
82
const uint32_t key = FN(HashBytes)(&data[i], self->
hash_shift_
);
106
const uint32_t key = FN(HashBytes)(&data[ix & mask], self->
hash_shift_
);
213
FN(HashBytes)(&data[cur_ix_masked], self->
hash_shift_
);
Completed in 351 milliseconds