Searched refs:key_step (Results 1 – 1 of 1) sorted by relevance
110 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildCodeLengthsHuffmanTable() local154 key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildCodeLengthsHuffmanTable()162 key += key_step; in BrotliBuildCodeLengthsHuffmanTable()165 key_step >>= 1; in BrotliBuildCodeLengthsHuffmanTable()178 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildHuffmanTable() local208 key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildHuffmanTable()217 key += key_step; in BrotliBuildHuffmanTable()220 key_step >>= 1; in BrotliBuildHuffmanTable()231 key_step = BROTLI_REVERSE_BITS_LOWEST >> (root_bits - 1); in BrotliBuildHuffmanTable()243 key += key_step; in BrotliBuildHuffmanTable()