Searched refs:BROTLI_NUM_LITERAL_SYMBOLS (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | histogram.h | 29 #define DATA_SIZE BROTLI_NUM_LITERAL_SYMBOLS
|
| H A D | brotli_bit_stream.c | 959 InitBlockEncoder(&literal_enc, BROTLI_NUM_LITERAL_SYMBOLS, 1003 mb->literal_histograms_size, BROTLI_NUM_LITERAL_SYMBOLS, tree, 1142 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; 1143 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; 1164 BuildAndStoreHuffmanTree(lit_histo.data_, BROTLI_NUM_LITERAL_SYMBOLS, 1165 BROTLI_NUM_LITERAL_SYMBOLS, tree, 1201 uint32_t histogram[BROTLI_NUM_LITERAL_SYMBOLS] = { 0 }; 1205 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; 1206 uint16_t lit_bits[BROTLI_NUM_LITERAL_SYMBOLS]; 1235 uint8_t lit_depth[BROTLI_NUM_LITERAL_SYMBOLS]; [all...] |
| H A D | backward_references_hq.c | 142 uint32_t histogram_literal[BROTLI_NUM_LITERAL_SYMBOLS]; 145 float cost_literal[BROTLI_NUM_LITERAL_SYMBOLS]; 172 SetCost(histogram_literal, BROTLI_NUM_LITERAL_SYMBOLS, BROTLI_TRUE,
|
| /xsrc/external/mit/brotli/dist/c/common/ |
| H A D | constants.h | 26 #define BROTLI_NUM_LITERAL_SYMBOLS 256 macro
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 2408 s, &s->literal_hgroup, BROTLI_NUM_LITERAL_SYMBOLS, 2409 BROTLI_NUM_LITERAL_SYMBOLS, s->num_literal_htrees);
|
Completed in 10 milliseconds