Searched refs:stateTable (Results 1 – 1 of 1) sorted by relevance
266 const void *stateTable; member403 statePtr->stateTable = u16ptr + 2; in FSE_initCState()416 const U16 *stateTable = (const U16 *)(statePtr->stateTable); in FSE_initCState2() local419 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()426 const U16 *const stateTable = (const U16 *)(statePtr->stateTable); in FSE_encodeSymbol() local429 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
Completed in 4 milliseconds