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.h24 #define BROTLI_HUFFMAN_MAX_SIZE_258 632 macro
Ddecode.c1124 tree_type * BROTLI_HUFFMAN_MAX_SIZE_258]; in DecodeBlockTypeAndLength()
2207 (BROTLI_HUFFMAN_MAX_SIZE_258 + BROTLI_HUFFMAN_MAX_SIZE_26)); in BrotliDecoderDecompressStream()
2213 s->block_type_trees + 3 * BROTLI_HUFFMAN_MAX_SIZE_258; in BrotliDecoderDecompressStream()
2291 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_258; in BrotliDecoderDecompressStream()