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.c740 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size, in ReadHuffmanCode() function
963 ReadHuffmanCode(group->alphabet_size, group->max_symbol, in HuffmanTreeGroupDecode()
1032 result = ReadHuffmanCode(alphabet_size, alphabet_size, in DecodeContextMap()
2220 result = ReadHuffmanCode(alphabet_size, alphabet_size, in BrotliDecoderDecompressStream()
2230 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
477 ReadHuffmanCode(alphabet_size, dec, code_lengths, huffman_tables_i); in ReadHuffmanCodes()