Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DHuffmanTreeGroup.cs45 Org.Brotli.Dec.Decode.ReadHuffmanCode(group.alphabetSize, group.codes, next, br); in Decode()
DDecode.cs252 …internal static void ReadHuffmanCode(int alphabetSize, int[] table, int offset, Org.Brotli.Dec.Bit… in ReadHuffmanCode() method in Org.Brotli.Dec.Decode
365 ReadHuffmanCode(numTrees + maxRunLengthPrefix, table, 0, br); in DecodeContextMap()
555ReadHuffmanCode(state.numBlockTypes[i] + 2, state.blockTypeTrees, i * Org.Brotli.Dec.Huffman.Huffm… in ReadMetablockHuffmanCodesAndContextMaps()
556ReadHuffmanCode(NumBlockLengthCodes, state.blockLenTrees, i * Org.Brotli.Dec.Huffman.HuffmanMaxTab… in ReadMetablockHuffmanCodesAndContextMaps()
/external/brotli/c/dec/
Ddecode.c748 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size_max, in ReadHuffmanCode() function
972 BrotliDecoderErrorCode result = ReadHuffmanCode(group->alphabet_size_max, in HuffmanTreeGroupDecode()
1042 result = ReadHuffmanCode(alphabet_size, alphabet_size, in DecodeContextMap()
2292 result = ReadHuffmanCode(alphabet_size, alphabet_size, in BrotliDecoderDecompressStream()
2302 result = ReadHuffmanCode(alphabet_size, alphabet_size, in BrotliDecoderDecompressStream()
/external/webp/src/dec/
Dvp8l_dec.c309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() function
457 if (!ReadHuffmanCode(alphabet_size, dec, code_lengths, NULL)) { in ReadHuffmanCodes()
475 size = ReadHuffmanCode(alphabet_size, dec, code_lengths, huffman_table); in ReadHuffmanCodes()