Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c110 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildCodeLengthsHuffmanTable() local
154 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() local
208 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()
/third_party/node/deps/brotli/c/dec/
Dhuffman.c110 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildCodeLengthsHuffmanTable() local
154 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() local
208 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()