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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c469 const U32* rankValOrigin, const int minWeight,
480 if (minWeight>1) {
481 U32 i, skipSize = rankVal[minWeight];
531 int minWeight = nbBits + scaleLog; local
532 if (minWeight < 1) minWeight = 1;
533 sortedRank = rankStart[minWeight];
535 rankValOrigin[nbBits], minWeight,
468 HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c1832 const U32* rankValOrigin, const int minWeight,
1844 if (minWeight>1)
1846 U32 i, skipSize = rankVal[minWeight];
1900 int minWeight = nbBits + scaleLog; local
1901 if (minWeight < 1) minWeight = 1;
1902 sortedRank = rankStart[minWeight];
1904 rankValOrigin[nbBits], minWeight,
1831 HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v02.c1835 const U32* rankValOrigin, const int minWeight,
1847 if (minWeight>1)
1849 U32 i, skipSize = rankVal[minWeight];
1903 int minWeight = nbBits + scaleLog; local
1904 if (minWeight < 1) minWeight = 1;
1905 sortedRank = rankStart[minWeight];
1907 rankValOrigin[nbBits], minWeight,
2199 const rankVal_t rankValOrigin, const U32 consumed, const int minWeight, const U32 maxWeight,
2213 if (minWeight>
1834 HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
2198 HUF_fillDTableX6LevelN(HUF_DDescX6* DDescription, HUF_DSeqX6* DSequence, int sizeLog, const rankVal_t rankValOrigin, const U32 consumed, const int minWeight, const U32 maxWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, const U32* rankStart, const U32 nbBitsBaseline, HUF_DSeqX6 baseSeq, HUF_DDescX6 DDesc) argument
[all...]
H A Dzstd_v06.c2244 const U32* rankValOrigin, const int minWeight,
2255 if (minWeight>1) {
2256 U32 i, skipSize = rankVal[minWeight];
2307 int minWeight = nbBits + scaleLog; local
2308 if (minWeight < 1) minWeight = 1;
2309 sortedRank = rankStart[minWeight];
2311 rankValOrigin[nbBits], minWeight,
2243 HUFv06_fillDTableX4Level2(HUFv06_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v05.c2111 const U32* rankValOrigin, const int minWeight,
2123 if (minWeight>1) {
2124 U32 i, skipSize = rankVal[minWeight];
2175 int minWeight = nbBits + scaleLog; local
2176 if (minWeight < 1) minWeight = 1;
2177 sortedRank = rankStart[minWeight];
2179 rankValOrigin[nbBits], minWeight,
2110 HUFv05_fillDTableX4Level2(HUFv05_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v04.c1983 const U32* rankValOrigin, const int minWeight,
1995 if (minWeight>1)
1997 U32 i, skipSize = rankVal[minWeight];
2051 int minWeight = nbBits + scaleLog; local
2052 if (minWeight < 1) minWeight = 1;
2053 sortedRank = rankStart[minWeight];
2055 rankValOrigin[nbBits], minWeight,
1982 HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
H A Dzstd_v07.c2051 const U32* rankValOrigin, const int minWeight,
2062 if (minWeight>1) {
2063 U32 i, skipSize = rankVal[minWeight];
2114 int minWeight = nbBits + scaleLog; local
2115 if (minWeight < 1) minWeight = 1;
2116 sortedRank = rankStart[minWeight];
2118 rankValOrigin[nbBits], minWeight,
2050 HUFv07_fillDTableX4Level2(HUFv07_DEltX4* DTable, U32 sizeLog, const U32 consumed, const U32* rankValOrigin, const int minWeight, const sortedSymbol_t* sortedSymbols, const U32 sortedListSize, U32 nbBitsBaseline, U16 baseSeq) argument
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c936 const U32* rankVal, const int minWeight, const int maxWeight1,
940 /* Fill skipped values (all positions up to rankVal[minWeight]).
944 if (minWeight>1) {
947 int const skipSize = rankVal[minWeight];
976 for (w = minWeight; w < maxWeight1; ++w) {
1011 int minWeight = nbBits + scaleLog; local
1013 if (minWeight < 1) minWeight = 1;
1020 rankValOrigin[nbBits], minWeight, wEnd,
935 HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 targetLog, const U32 consumedBits, const U32* rankVal, const int minWeight, const int maxWeight1, const sortedSymbol_t* sortedSymbols, U32 const* rankStart, U32 nbBitsBaseline, U16 baseSeq) argument

Completed in 307 milliseconds