Searched refs:BROTLI_64_BITS (Results 1 – 2 of 2) sorted by relevance
227 #define BROTLI_64_BITS 1 macro229 #define BROTLI_64_BITS 0 macro232 #define BROTLI_64_BITS 1 macro234 #define BROTLI_64_BITS 0 macro237 #if (BROTLI_64_BITS)344 #if (BROTLI_64_BITS)
86 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()