Home
last modified time | relevance | path

Searched refs:stateTable (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h378 const void* stateTable; member
519 statePtr->stateTable = u16ptr+2; in FSE_initCState()
532 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
535 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
542 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
545 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c72 const void* stateTable; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1821 const void* stateTable; member
1962 statePtr->stateTable = u16ptr+2; in FSE_initCState()
1975 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
1978 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
1985 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
1988 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()