Home
last modified time | relevance | path

Searched refs:BrotliConvertBitDepthsToSymbols (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/enc/
Dentropy_encode.h75 BROTLI_INTERNAL void BrotliConvertBitDepthsToSymbols(const uint8_t* depth,
Dcompress_fragment_two_pass.c90 BrotliConvertBitDepthsToSymbols(cmd_depth, 64, cmd_bits); in BuildAndStoreCommandPrefixCode()
97 BrotliConvertBitDepthsToSymbols(&depth[64], 64, &bits[64]); in BuildAndStoreCommandPrefixCode()
Dcompress_fragment.c148 BrotliConvertBitDepthsToSymbols(cmd_depth, 64, cmd_bits); in BuildAndStoreCommandPrefixCode()
155 BrotliConvertBitDepthsToSymbols(&depth[64], 64, &bits[64]); in BuildAndStoreCommandPrefixCode()
Dbrotli_bit_stream.c340 BrotliConvertBitDepthsToSymbols(code_length_bitdepth, in BrotliStoreHuffmanTree()
404 BrotliConvertBitDepthsToSymbols(depth, histogram_length, bits); in BuildAndStoreHuffmanTree()
520 BrotliConvertBitDepthsToSymbols(depth, length, bits); in BrotliBuildAndStoreHuffmanTreeFast()
Dentropy_encode.c474 void BrotliConvertBitDepthsToSymbols(const uint8_t* depth, in BrotliConvertBitDepthsToSymbols() function