Home
last modified time | relevance | path

Searched refs:BuildHuffmanTable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.c80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in BuildHuffmanTable() function
220 BuildHuffmanTable(NULL, root_bits, code_lengths, code_lengths_size, NULL); in VP8LBuildHuffmanTable()
253 BuildHuffmanTable(root_table->curr_segment->curr_table, root_bits, in VP8LBuildHuffmanTable()
259 BuildHuffmanTable(root_table->curr_segment->curr_table, root_bits, in VP8LBuildHuffmanTable()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DHuffman.cs72 …internal static void BuildHuffmanTable(int[] rootTable, int tableOffset, int rootBits, int[] codeL… in BuildHuffmanTable() method in Org.Brotli.Dec.Huffman
DDecode.cs188 Org.Brotli.Dec.Huffman.BuildHuffmanTable(table, 0, 5, codeLengthCodeLengths, CodeLengthCodes); in ReadHuffmanCodeLengths()
346 …Org.Brotli.Dec.Huffman.BuildHuffmanTable(table, offset, HuffmanTableBits, codeLengths, alphabetSiz… in ReadHuffmanCode()