Searched refs:stateTable (Results 1 – 3 of 3) sorted by relevance
353 const void* stateTable; member494 statePtr->stateTable = u16ptr+2; in FSE_initCState()507 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local510 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()517 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local520 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
379 const void* stateTable; member520 statePtr->stateTable = u16ptr+2; in FSE_initCState()533 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2() local536 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()543 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol() local546 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
72 const void* stateTable; member