Home
last modified time | relevance | path

Searched refs:BROTLI_NUM_LITERAL_SYMBOLS (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/enc/
Dbrotli_bit_stream.c1160 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial()
1161 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial()
1181 BuildAndStoreHuffmanTree(lit_histo.data_, BROTLI_NUM_LITERAL_SYMBOLS, tree, in BrotliStoreMetaBlockTrivial()
1217 uint32_t histogram[BROTLI_NUM_LITERAL_SYMBOLS] = { 0 }; in BrotliStoreMetaBlockFast()
1221 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1222 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1251 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1252 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
Dhistogram.h26 #define DATA_SIZE BROTLI_NUM_LITERAL_SYMBOLS
Dbackward_references_hq.c123 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands()
126 float cost_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands()
153 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, cost_literal); in ZopfliCostModelSetFromCommands()
/external/brotli/c/common/
Dconstants.h17 #define BROTLI_NUM_LITERAL_SYMBOLS 256 macro
/external/brotli/c/dec/
Ddecode.c2188 s, &s->literal_hgroup, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliDecoderDecompressStream()