Home
last modified time | relevance | path

Searched refs:BROTLI_HUFFMAN_MAX_SIZE_258 (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/dec/
Dhuffman.h30 #define BROTLI_HUFFMAN_MAX_SIZE_258 632 macro
Ddecode.c1114 tree_type * BROTLI_HUFFMAN_MAX_SIZE_258]; in DecodeBlockTypeAndLength()
2125 (BROTLI_HUFFMAN_MAX_SIZE_258 + BROTLI_HUFFMAN_MAX_SIZE_26)); in BrotliDecoderDecompressStream()
2131 s->block_type_trees + 3 * BROTLI_HUFFMAN_MAX_SIZE_258; in BrotliDecoderDecompressStream()
2219 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_258; in BrotliDecoderDecompressStream()