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_initCState

Proto:ZSTD_STATIC void FSE_initCState(FSE_CState_t *statePtr, const FSE_CTable *ct)

Type:void

Parameter:

TypeParameterName
FSE_CState_t *statePtr
const FSE_CTable *ct
429  ptr = ct
430  u16ptr = ptr
431  tableLog = ZSTD_read16(ptr)
432  value = 1 << tableLog
433  stateTable = u16ptr + 2
434  symbolTT = ct + 1 + If tableLog Then 1 << tableLog - 1 Else 1
435  stateLog = tableLog