Searched refs:stateTable (Results 1 – 3 of 3) sorted by relevance
378 const void* stateTable; member519 statePtr->stateTable = u16ptr+2; in FSE_initCState()532 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local535 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()542 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local545 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
72 const void* stateTable; member
1821 const void* stateTable; member1962 statePtr->stateTable = u16ptr+2; in FSE_initCState()1975 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local1978 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()1985 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local1988 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()