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.c959 InitBlockEncoder(&literal_enc, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliStoreMetaBlock()
1003 mb->literal_histograms_size, BROTLI_NUM_LITERAL_SYMBOLS, tree, in BrotliStoreMetaBlock()
1142 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial()
1143 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockTrivial()
1164 BuildAndStoreHuffmanTree(lit_histo.data_, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliStoreMetaBlockTrivial()
1165 BROTLI_NUM_LITERAL_SYMBOLS, tree, in BrotliStoreMetaBlockTrivial()
1201 uint32_t histogram[BROTLI_NUM_LITERAL_SYMBOLS] = { 0 }; in BrotliStoreMetaBlockFast()
1205 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1206 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
1235 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; in BrotliStoreMetaBlockFast()
[all …]
Dhistogram.h29 #define DATA_SIZE BROTLI_NUM_LITERAL_SYMBOLS
Dbackward_references_hq.c142 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands()
145 float cost_literal[BROTLI_NUM_LITERAL_SYMBOLS]; in ZopfliCostModelSetFromCommands()
172 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE, in ZopfliCostModelSetFromCommands()
/external/brotli/c/common/
Dconstants.h26 #define BROTLI_NUM_LITERAL_SYMBOLS 256 macro
/external/brotli/c/dec/
Ddecode.c2408 s, &s->literal_hgroup, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliDecoderDecompressStream()
2409 BROTLI_NUM_LITERAL_SYMBOLS, s->num_literal_htrees); in BrotliDecoderDecompressStream()