Searched refs:stateTable (Results 1 – 2 of 2) sorted by relevance
402 const void* stateTable; member543 statePtr->stateTable = u16ptr+2; in FSE_initCState()556 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local559 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()566 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local569 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
72 const void* stateTable; member