Searched refs:BROTLI_REVERSE_BITS_LOWEST (Results 1 – 1 of 1) sorted by relevance
64 #define BROTLI_REVERSE_BITS_LOWEST \ macro154 key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildCodeLengthsHuffmanTable()208 key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildHuffmanTable()231 key_step = BROTLI_REVERSE_BITS_LOWEST >> (root_bits - 1); in BrotliBuildHuffmanTable()232 sub_key = (BROTLI_REVERSE_BITS_LOWEST << 1); in BrotliBuildHuffmanTable()233 sub_key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildHuffmanTable()237 if (sub_key == (BROTLI_REVERSE_BITS_LOWEST << 1U)) { in BrotliBuildHuffmanTable()