Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c180 brotli_reg_t sub_key_step; /* 2nd level table prefix code addend */ in BrotliBuildHuffmanTable() local
233 sub_key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildHuffmanTable()
253 sub_key += sub_key_step; in BrotliBuildHuffmanTable()
256 sub_key_step >>= 1; in BrotliBuildHuffmanTable()
/third_party/node/deps/brotli/c/dec/
Dhuffman.c180 brotli_reg_t sub_key_step; /* 2nd level table prefix code addend */ in BrotliBuildHuffmanTable() local
233 sub_key_step = BROTLI_REVERSE_BITS_LOWEST; in BrotliBuildHuffmanTable()
253 sub_key += sub_key_step; in BrotliBuildHuffmanTable()
256 sub_key_step >>= 1; in BrotliBuildHuffmanTable()