Home
last modified time | relevance | path

Searched refs:BrotliReverseBits (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/dec/
Dhuffman.c70 static BROTLI_INLINE brotli_reg_t BrotliReverseBits(brotli_reg_t num) { in BrotliReverseBits() function
161 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code); in BrotliBuildCodeLengthsHuffmanTable()
216 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code); in BrotliBuildHuffmanTable()
242 sub_key = BrotliReverseBits(key); in BrotliBuildHuffmanTable()
252 &table[BrotliReverseBits(sub_key)], step, table_size, code); in BrotliBuildHuffmanTable()
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c70 static BROTLI_INLINE brotli_reg_t BrotliReverseBits(brotli_reg_t num) { in BrotliReverseBits() function
161 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code); in BrotliBuildCodeLengthsHuffmanTable()
216 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code); in BrotliBuildHuffmanTable()
242 sub_key = BrotliReverseBits(key); in BrotliBuildHuffmanTable()
252 &table[BrotliReverseBits(sub_key)], step, table_size, code); in BrotliBuildHuffmanTable()
/third_party/skia/third_party/externals/brotli/c/enc/
Dentropy_encode.c457 static uint16_t BrotliReverseBits(size_t num_bits, uint16_t bits) { in BrotliReverseBits() function
496 bits[i] = BrotliReverseBits(depth[i], next_code[depth[i]]++); in BrotliConvertBitDepthsToSymbols()
/third_party/node/deps/brotli/c/enc/
Dentropy_encode.c457 static uint16_t BrotliReverseBits(size_t num_bits, uint16_t bits) { in BrotliReverseBits() function
496 bits[i] = BrotliReverseBits(depth[i], next_code[depth[i]]++); in BrotliConvertBitDepthsToSymbols()