Home
last modified time | relevance | path

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

/external/brotli/c/common/
Dplatform.h227 #define BROTLI_64_BITS 1 macro
229 #define BROTLI_64_BITS 0 macro
232 #define BROTLI_64_BITS 1 macro
234 #define BROTLI_64_BITS 0 macro
237 #if (BROTLI_64_BITS)
344 #if (BROTLI_64_BITS)
/external/brotli/c/dec/
Dbit_reader.h86 return (BROTLI_64_BITS ? 64 : 32) - br->bit_pos_; in BrotliGetAvailableBits()
108 #if (BROTLI_64_BITS) in BrotliFillBitWindow()
169 #if (BROTLI_64_BITS) in BrotliPullByte()
249 if (BROTLI_64_BITS || (n_bits <= 16)) { in BrotliReadBits()