Searched refs:BrotliConvertBitDepthsToSymbols (Results 1 – 5 of 5) sorted by relevance
/external/brotli/c/enc/ |
D | entropy_encode.h | 75 BROTLI_INTERNAL void BrotliConvertBitDepthsToSymbols(const uint8_t* depth,
|
D | compress_fragment_two_pass.c | 90 BrotliConvertBitDepthsToSymbols(cmd_depth, 64, cmd_bits); in BuildAndStoreCommandPrefixCode() 97 BrotliConvertBitDepthsToSymbols(&depth[64], 64, &bits[64]); in BuildAndStoreCommandPrefixCode()
|
D | compress_fragment.c | 148 BrotliConvertBitDepthsToSymbols(cmd_depth, 64, cmd_bits); in BuildAndStoreCommandPrefixCode() 155 BrotliConvertBitDepthsToSymbols(&depth[64], 64, &bits[64]); in BuildAndStoreCommandPrefixCode()
|
D | brotli_bit_stream.c | 340 BrotliConvertBitDepthsToSymbols(code_length_bitdepth, in BrotliStoreHuffmanTree() 404 BrotliConvertBitDepthsToSymbols(depth, histogram_length, bits); in BuildAndStoreHuffmanTree() 520 BrotliConvertBitDepthsToSymbols(depth, length, bits); in BrotliBuildAndStoreHuffmanTreeFast()
|
D | entropy_encode.c | 474 void BrotliConvertBitDepthsToSymbols(const uint8_t* depth, in BrotliConvertBitDepthsToSymbols() function
|