Searched refs:m_nLastValue (Results 1 – 8 of 8) sorted by relevance
10 m_nLastValue = 0; in Flush()15 int nRetVal = nInput - ((m_nLastValue * MULTIPLY) >> SHIFT); in Compress()16 m_nLastValue = nInput; in Compress()22 m_nLastValue = nInput + ((m_nLastValue * MULTIPLY) >> SHIFT); in Decompress()23 return m_nLastValue; in Decompress()28 int m_nLastValue;
198 m_nLastValue = 0; in Flush()245 int nRetVal = m_pInputBuffer[0] + ((m_nLastValue * 31) >> 5); in DecompressValue()246 m_nLastValue = nRetVal; in DecompressValue()
72 int m_nLastValue; variable
12 m_nLastValue = 0; in Flush()17 int nResult = nInput - ((m_nLastValue * MULTIPLY) >> SHIFT); in Compress()18 m_nLastValue = nInput; in Compress()24 m_nLastValue = nInput + ((m_nLastValue * MULTIPLY) >> SHIFT); in Decompress()25 return m_nLastValue; in Decompress()29 int m_nLastValue;
200 m_nLastValue = 0; in Flush()247 int nResult = m_pInputBuffer[0] + ((m_nLastValue * 31) >> 5); in DecompressValue()248 m_nLastValue = nResult; in DecompressValue()
71 int m_nLastValue; variable
155 int m_nLastValue; member490 pAxisState->m_nLastValue = nValue; in WatchJoystick()493 } else if (SDL_abs(nValue - pAxisState->m_nLastValue) <= MAX_ALLOWED_JITTER) { in WatchJoystick()496 pAxisState->m_nLastValue = nValue; in WatchJoystick()