Home
last modified time | relevance | path

Searched refs:BROTLI_REVERSE_BITS_MAX (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c21 #define BROTLI_REVERSE_BITS_MAX 8 macro
25 ((sizeof(brotli_reg_t) << 3) - BROTLI_REVERSE_BITS_MAX)
28 static uint8_t kReverseBits[1 << BROTLI_REVERSE_BITS_MAX] = {
65 ((brotli_reg_t)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
67 /* Returns reverse(num >> BROTLI_REVERSE_BITS_BASE, BROTLI_REVERSE_BITS_MAX),
119 BROTLI_REVERSE_BITS_MAX); in BrotliBuildCodeLengthsHuffmanTable()
189 BROTLI_DCHECK(root_bits <= BROTLI_REVERSE_BITS_MAX); in BrotliBuildHuffmanTable()
191 BROTLI_REVERSE_BITS_MAX); in BrotliBuildHuffmanTable()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c21 #define BROTLI_REVERSE_BITS_MAX 8 macro
25 ((sizeof(brotli_reg_t) << 3) - BROTLI_REVERSE_BITS_MAX)
28 static uint8_t kReverseBits[1 << BROTLI_REVERSE_BITS_MAX] = {
65 ((brotli_reg_t)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
67 /* Returns reverse(num >> BROTLI_REVERSE_BITS_BASE, BROTLI_REVERSE_BITS_MAX),
119 BROTLI_REVERSE_BITS_MAX); in BrotliBuildCodeLengthsHuffmanTable()
189 BROTLI_DCHECK(root_bits <= BROTLI_REVERSE_BITS_MAX); in BrotliBuildHuffmanTable()
191 BROTLI_REVERSE_BITS_MAX); in BrotliBuildHuffmanTable()

Completed in 2 milliseconds