Searched refs:ReadHuffmanCode (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c529 BROTLI_LOG(("[ReadHuffmanCode] code_length[%d] = %d\n",
574 BROTLI_LOG(("[ReadHuffmanCode] code_length[%d..%d] = %d\n",
748 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size_max, function in typeref:typename:BrotliDecoderErrorCode
853 BROTLI_LOG(("[ReadHuffmanCode] space = %d\n", (int)h->space));
961 /* Decodes a series of Huffman table using ReadHuffmanCode function. */
972 BrotliDecoderErrorCode result = ReadHuffmanCode(group->alphabet_size_max,
987 2) Decode Huffman table using ReadHuffmanCode function.
1023 /* In next stage ReadHuffmanCode uses at least 4 bits, so it is safe
1042 result = ReadHuffmanCode(alphabet_size, alphabet_size,
2292 result = ReadHuffmanCode(alphabet_siz
[all...]

Completed in 6 milliseconds