Lines Matching refs:key_step
110 brotli_reg_t key_step; /* prefix code addend */
154 key_step = BROTLI_REVERSE_BITS_LOWEST;
162 key += key_step;
165 key_step >>= 1;
178 brotli_reg_t key_step; /* prefix code addend */
208 key_step = BROTLI_REVERSE_BITS_LOWEST;
217 key += key_step;
220 key_step >>= 1;
231 key_step = BROTLI_REVERSE_BITS_LOWEST >> (root_bits - 1);
243 key += key_step;