Searched refs:BROTLI_NUM_LITERAL_SYMBOLS (Results 1 – 5 of 5) sorted by relevance
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 976 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 …]
|
D | histogram.h | 29 #define DATA_SIZE BROTLI_NUM_LITERAL_SYMBOLS
|
D | backward_references_hq.c | 144 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/ |
D | constants.h | 17 #define BROTLI_NUM_LITERAL_SYMBOLS 256 macro
|
/external/brotli/c/dec/ |
D | decode.c | 2312 s, &s->literal_hgroup, BROTLI_NUM_LITERAL_SYMBOLS, in BrotliDecoderDecompressStream() 2313 BROTLI_NUM_LITERAL_SYMBOLS, s->num_literal_htrees); in BrotliDecoderDecompressStream()
|