OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_NUM_DISTANCE_SHORT_CODES
(Results
1 - 9
of
9
) sorted by null
/external/brotli/common/
constants.h
32
#define
BROTLI_NUM_DISTANCE_SHORT_CODES
16
37
#define BROTLI_NUM_DISTANCE_SYMBOLS (
BROTLI_NUM_DISTANCE_SHORT_CODES
+ \
51
with
BROTLI_NUM_DISTANCE_SHORT_CODES
. */
/external/brotli/enc/
prefix.h
23
the actual distance increased by
BROTLI_NUM_DISTANCE_SHORT_CODES
- 1. */
29
if (distance_code <
BROTLI_NUM_DISTANCE_SHORT_CODES
+ num_direct_codes) {
35
(distance_code -
BROTLI_NUM_DISTANCE_SHORT_CODES
- num_direct_codes);
43
(
BROTLI_NUM_DISTANCE_SHORT_CODES
+ num_direct_codes +
command.h
134
self->dist_prefix_ =
BROTLI_NUM_DISTANCE_SHORT_CODES
;
139
if (self->dist_prefix_ <
BROTLI_NUM_DISTANCE_SHORT_CODES
) {
146
BROTLI_NUM_DISTANCE_SHORT_CODES
+ 2 * (nbits - 1) + prefix_bit
149
self->dist_prefix_ + 4u -
BROTLI_NUM_DISTANCE_SHORT_CODES
- 2u * nbits;
151
increase by
BROTLI_NUM_DISTANCE_SHORT_CODES
- 1 */
152
return (prefix << nbits) + extra +
BROTLI_NUM_DISTANCE_SHORT_CODES
- 4u;
backward_references.c
45
return distance +
BROTLI_NUM_DISTANCE_SHORT_CODES
- 1;
backward_references_hq.c
63
ZopfliNodeCopyDistance(self) +
BROTLI_NUM_DISTANCE_SHORT_CODES
- 1 :
413
for (; j <
BROTLI_NUM_DISTANCE_SHORT_CODES
&& best_len < max_len; ++j) {
470
size_t dist_code = dist +
BROTLI_NUM_DISTANCE_SHORT_CODES
- 1;
metablock.c
516
num_distance_codes =
BROTLI_NUM_DISTANCE_SHORT_CODES
+
brotli_bit_stream.c
32
#define SIMPLE_DISTANCE_ALPHABET_SIZE (
BROTLI_NUM_DISTANCE_SHORT_CODES
+ \
[
all
...]
encode.c
70
int dist_cache_[
BROTLI_NUM_DISTANCE_SHORT_CODES
];
[
all
...]
/external/brotli/dec/
decode.c
[
all
...]
Completed in 591 milliseconds