Searched refs:numTrees (Results 1 – 3 of 3) sorted by relevance
438 int numTrees = decodeVarLenUnsignedByte(s) + 1; in decodeContextMap() local440 if (numTrees == 1) { in decodeContextMap()442 return numTrees; in decodeContextMap()452 readHuffmanCode(numTrees + maxRunLengthPrefix, table, 0, s); in decodeContextMap()480 return numTrees; in decodeContextMap()
352 int numTrees = DecodeVarLenUnsignedByte(br) + 1; in DecodeContextMap()353 if (numTrees == 1) in DecodeContextMap()356 return numTrees; in DecodeContextMap()365 ReadHuffmanCode(numTrees + maxRunLengthPrefix, table, 0, br); in DecodeContextMap()401 return numTrees; in DecodeContextMap()
433 var /** !number */ numTrees = decodeVarLenUnsignedByte(s) + 1;434 if (numTrees == 1) {436 return numTrees;448 readHuffmanCode(numTrees + maxRunLengthPrefix, table, 0, s);487 return numTrees;