Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\fse_compress.c Create Date:2022-07-28 07:02:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:provides the minimum logSize to safely represent a distribution

Proto:static unsigned FSE_minTableLog(size_t srcSize, unsigned maxSymbolValue)

Type:unsigned

Parameter:

TypeParameterName
size_tsrcSize
unsignedmaxSymbolValue
487  minBitsSrc = -*************************************************************** Internal functions + 1
488  minBitsSymbols = -*************************************************************** Internal functions + 2
489  minBits = If minBitsSrc < minBitsSymbols Then minBitsSrc Else minBitsSymbols
490  Return minBits
Caller
NameDescribe
FSE_optimalTableLog_internal
FSE_normalizeCount