Searched refs:nonNullRank (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c610 int nonNullRank; local
615 nonNullRank = (int)maxSymbolValue;
616 while(huffNode[nonNullRank].count == 0) nonNullRank--;
617 lowS = nonNullRank; nodeRoot = nodeNb + lowS - 1; lowN = nodeNb;
637 for (n=0; n<=nonNullRank; n++)
640 return nonNullRank;
649 * @param nonNullRank The last and smallest node in the Huffman tree.
653 static void HUF_buildCTableFromTree(HUF_CElt* CTable, nodeElt const* huffNode, int nonNullRank, U32 maxSymbolValue, U32 maxNbBits) argument
661 for (n=0; n<=nonNullRank;
682 int nonNullRank; local
[all...]

Completed in 146 milliseconds