Searched refs:ReadHuffmanCode (Results 1 – 4 of 4) sorted by relevance
/external/brotli/csharp/org/brotli/dec/ |
D | HuffmanTreeGroup.cs | 45 Org.Brotli.Dec.Decode.ReadHuffmanCode(group.alphabetSize, group.codes, next, br); in Decode()
|
D | Decode.cs | 252 …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() 555 …ReadHuffmanCode(state.numBlockTypes[i] + 2, state.blockTypeTrees, i * Org.Brotli.Dec.Huffman.Huffm… in ReadMetablockHuffmanCodesAndContextMaps() 556 …ReadHuffmanCode(NumBlockLengthCodes, state.blockLenTrees, i * Org.Brotli.Dec.Huffman.HuffmanMaxTab… in ReadMetablockHuffmanCodesAndContextMaps()
|
/external/brotli/c/dec/ |
D | decode.c | 740 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/ |
D | vp8l_dec.c | 309 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() function 477 ReadHuffmanCode(alphabet_size, dec, code_lengths, huffman_tables_i); in ReadHuffmanCodes()
|