Home | History | Annotate | Download | only in legacy

Lines Matching defs:maxW

1874     U32 tableLog, maxW, sizeOfSort, nbSymbols;
1892 for (maxW = tableLog; rankStats[maxW]==0; maxW--)
1893 {if (!maxW) return ERROR(GENERIC); } /* necessarily finds a solution before maxW==0 */
1898 for (w=1; w<=maxW; w++)
1923 const U32 minBits = tableLog+1 - maxW;
1928 for (w=1; w<=maxW; w++)
1937 for (w = 1; w <= maxW; w++)
1946 rankStart0, rankVal, maxW,
2209 U32 tableLog, maxW, sizeOfSort, nbSymbols;
2225 for (maxW = tableLog; rankStats[maxW]==0; maxW--)
2226 { if (!maxW) return ERROR(GENERIC); } /* necessarily finds a solution before maxW==0 */
2232 for (w=1; w<=maxW; w++)
2257 const U32 minBits = tableLog+1 - maxW;
2262 for (w=1; w<=maxW; w++)
2271 for (w = 1; w <= maxW; w++)
2291 (const U32 (*)[HUF_ABSOLUTEMAX_TABLELOG + 1])rankVal, 0, 1, maxW,