Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:! FSE_initCState2() :* Same as FSE_initCState(), but the first symbol to include (which will be the last to be read)* uses the smallest state value possible, saving the cost of this symbol

Proto:ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol)

Type:void

Parameter:

TypeParameterName
FSE_CState_t *statePtr
const FSE_CTable *ct
U32symbol
443  FSE_initCState(statePtr, ct)
445  const FSE_symbolCompressionTransform symbolTT = )
446  stateTable = stateTable
447  nbBitsOut = deltaNbBits + (1 << 15) >> 16
448  value = (nbBitsOut << 16) - deltaNbBits
449  value = stateTable[(value >> nbBitsOut) + deltaFindState]
Caller
NameDescribe
FSE_compress_usingCTable_generic
ZSTD_compressSequences_internal