HomeSort by relevance Sort by last modified time
    Searched refs:BuildHuffmanTable (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
huffman_utils.c 80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits,
212 total_size = BuildHuffmanTable(root_table, root_bits,
218 total_size = BuildHuffmanTable(root_table, root_bits,
  /external/brotli/csharp/org/brotli/dec/
Huffman.cs 72 internal static void BuildHuffmanTable(int[] rootTable, int tableOffset, int rootBits, int[] codeLengths, int codeLengthsSize)
Decode.cs 188 Org.Brotli.Dec.Huffman.BuildHuffmanTable(table, 0, 5, codeLengthCodeLengths, CodeLengthCodes);
346 Org.Brotli.Dec.Huffman.BuildHuffmanTable(table, offset, HuffmanTableBits, codeLengths, alphabetSize);
    [all...]

Completed in 169 milliseconds