Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
A Dfse.h375 const void* stateTable; member
516 statePtr->stateTable = u16ptr+2; in FSE_initCState()
529 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
532 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
539 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
542 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()

Completed in 4 milliseconds