HomeSort by: relevance | last modified time | path
    Searched refs:brotli_reg_t (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/dec/
huffman.c 25 ((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) {
109 brotli_reg_t key; /* prefix code */
110 brotli_reg_t key_step; /* prefix code addend */
146 for (key = 0; key < (brotli_reg_t)table_size; ++key) {
177 brotli_reg_t key; /* prefix code */
178 brotli_reg_t key_step; /* prefix code addend */
179 brotli_reg_t sub_key; /* 2nd level table prefix code *
    [all...]
bit_reader.h 22 #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_;
54 May consume up to sizeof(brotli_reg_t) - 1 bytes of input.
183 static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked(
  /xsrc/external/mit/brotli/dist/c/common/
platform.h 241 #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) {
494 brotli_reg_t output;

Completed in 11 milliseconds