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.c976 InitBlockEncoder(&literal_enc, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliStoreMetaBlock()
1020 mb->literal_histograms_size, BROTLI_NUM_LITERAL_SYMBOLS, tree, in BrotliStoreMetaBlock()
1159 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial()
1160 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial()
1181 BuildAndStoreHuffmanTree(lit_histo.data_, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliStoreMetaBlockTrivial()
1182 BROTLI_NUM_LITERAL_SYMBOLS, tree, in BrotliStoreMetaBlockTrivial()
1218 uint32_t histogram[BROTLI_NUM_LITERAL_SYMBOLS] = { 0 }; in BrotliStoreMetaBlockFast()
1222 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1223 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1252 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
[all …]
Dhistogram.h29 #define DATA_SIZE BROTLI_NUM_LITERAL_SYMBOLS
Dbackward_references_hq.c144 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands()
147 float cost_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands()
174 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands()
/external/brotli/c/common/
Dconstants.h17 #define BROTLI_NUM_LITERAL_SYMBOLS 256 macro
/external/brotli/c/dec/
Ddecode.c2312 s, &s->literal_hgroup, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliDecoderDecompressStream()
2313 BROTLI_NUM_LITERAL_SYMBOLS, s->num_literal_htrees); in BrotliDecoderDecompressStream()