Searched refs:scaleLog (Results 1 – 8 of 8) sorted by relevance
128 U32 const scaleLog = 11; /* scale to 2K */ in ZSTD_rescaleFreqs() local130 assert(bitCost <= scaleLog); in ZSTD_rescaleFreqs()131 … optPtr->litFreq[lit] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()140 U32 const scaleLog = 10; /* scale to 1K */ in ZSTD_rescaleFreqs() local142 assert(bitCost < scaleLog); in ZSTD_rescaleFreqs()143 … optPtr->litLengthFreq[ll] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()152 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local154 assert(bitCost < scaleLog); in ZSTD_rescaleFreqs()155 … optPtr->matchLengthFreq[ml] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/; in ZSTD_rescaleFreqs()164 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local[all …]
1889 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local1907 int minWeight = nbBits + scaleLog; in HUF_fillDTableX4()2207 …const int scaleLog = nbBitsBaseline - sizeLog; /* note : targetLog >= (nbBitsBaseline-1), hence … in HUF_fillDTableX6LevelN() local2244 int nextMinWeight = totalBits + scaleLog; in HUF_fillDTableX6LevelN()
1886 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local1904 int minWeight = nbBits + scaleLog; in HUF_fillDTableX4()
2037 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local2055 int minWeight = nbBits + scaleLog; in HUF_fillDTableX4()
2163 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv05_fillDTableX4() local2179 int minWeight = nbBits + scaleLog; in HUFv05_fillDTableX4()
2295 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv06_fillDTableX4() local2311 int minWeight = nbBits + scaleLog; in HUFv06_fillDTableX4()
2102 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv07_fillDTableX4() local2118 int minWeight = nbBits + scaleLog; in HUFv07_fillDTableX4()
575 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2() local591 int minWeight = nbBits + scaleLog; in HUF_fillDTableX2()