OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_NUM_LITERAL_SYMBOLS
(Results
1 - 5
of
5
) sorted by null
/external/brotli/c/common/
constants.h
17
#define
BROTLI_NUM_LITERAL_SYMBOLS
256
/external/brotli/c/enc/
histogram.h
26
#define DATA_SIZE
BROTLI_NUM_LITERAL_SYMBOLS
brotli_bit_stream.c
[
all
...]
backward_references_hq.c
123
uint32_t histogram_literal[
BROTLI_NUM_LITERAL_SYMBOLS
];
126
float cost_literal[
BROTLI_NUM_LITERAL_SYMBOLS
];
153
SetCost(histogram_literal,
BROTLI_NUM_LITERAL_SYMBOLS
, cost_literal);
/external/brotli/c/dec/
decode.c
[
all
...]
Completed in 1252 milliseconds