Searched refs:CodeLengthCodes (Results 1 – 1 of 1) sorted by relevance
29 private const int CodeLengthCodes = 18; field in Org.Brotli.Dec.Decode188 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()