Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h296 const void *stateTable; member
433 statePtr->stateTable = u16ptr + 2; in FSE_initCState()
446 const U16 *stateTable = (const U16 *)(statePtr->stateTable); in FSE_initCState2() local
449 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
456 const U16 *const stateTable = (const U16 *)(statePtr->stateTable); in FSE_encodeSymbol() local
459 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h376 const void* stateTable; member
517 statePtr->stateTable = u16ptr+2; in FSE_initCState()
530 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local
533 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
540 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local
543 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()

Completed in 3 milliseconds