Home
last modified time | relevance | path

Searched refs:brotli_reg_t (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/dec/
Dhuffman.c25 ((sizeof(brotli_reg_t) << 3) - BROTLI_REVERSE_BITS_MAX)
65 ((brotli_reg_t)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
70 static BROTLI_INLINE brotli_reg_t BrotliReverseBits(brotli_reg_t num) { in BrotliReverseBits()
109 brotli_reg_t key; /* prefix code */ in BrotliBuildCodeLengthsHuffmanTable()
110 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildCodeLengthsHuffmanTable()
146 for (key = 0; key < (brotli_reg_t)table_size; ++key) { in BrotliBuildCodeLengthsHuffmanTable()
177 brotli_reg_t key; /* prefix code */ in BrotliBuildHuffmanTable()
178 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildHuffmanTable()
179 brotli_reg_t sub_key; /* 2nd level table prefix code */ in BrotliBuildHuffmanTable()
180 brotli_reg_t sub_key_step; /* 2nd level table prefix code addend */ in BrotliBuildHuffmanTable()
Dbit_reader.h22 #define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(brotli_reg_t) >> 1)
37 brotli_reg_t val_; /* pre-fetched bits */
44 brotli_reg_t val_;
183 static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked( in BrotliGetBitsUnmasked()
/external/brotli/c/common/
Dplatform.h241 #define brotli_reg_t uint64_t macro
243 #define brotli_reg_t uint32_t macro
493 static BROTLI_INLINE brotli_reg_t BrotliRBit(brotli_reg_t input) { in BrotliRBit()
494 brotli_reg_t output; in BrotliRBit()