Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DDecode.cs29 private const int CodeLengthCodes = 18; field in Org.Brotli.Dec.Decode
188 Org.Brotli.Dec.Huffman.BuildHuffmanTable(table, 0, 5, codeLengthCodeLengths, CodeLengthCodes); in ReadHuffmanCodeLengths()
320 int[] codeLengthCodeLengths = new int[CodeLengthCodes]; in ReadHuffmanCode()
323 for (int i = simpleCodeOrSkip; i < CodeLengthCodes && space > 0; i++) in ReadHuffmanCode()