Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DDecode.cs180 …private static void ReadHuffmanCodeLengths(int[] codeLengthCodeLengths, int numSymbols, int[] code… in ReadHuffmanCodeLengths() method in Org.Brotli.Dec.Decode
339 ReadHuffmanCodeLengths(codeLengthCodeLengths, alphabetSize, codeLengths, br); in ReadHuffmanCode()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c248 static int ReadHuffmanCodeLengths( in ReadHuffmanCodeLengths() function
344 ok = ReadHuffmanCodeLengths(dec, code_length_code_lengths, alphabet_size, in ReadHuffmanCode()
/third_party/skia/third_party/externals/libwebp/
DChangeLog3695 a2849bc5 Lossless decoder: remove an unneeded param in ReadHuffmanCodeLengths().