Home
last modified time | relevance | path

Searched refs:m_nLastValue (Results 1 – 8 of 8) sorted by relevance

/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DScaledFirstOrderFilter.h10 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;
H A DNewPredictor.cpp198 m_nLastValue = 0; in Flush()
245 int nRetVal = m_pInputBuffer[0] + ((m_nLastValue * 31) >> 5); in DecompressValue()
246 m_nLastValue = nRetVal; in DecompressValue()
H A DNewPredictor.h72 int m_nLastValue; variable
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DScaledFirstOrderFilter.h12 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;
H A DNewPredictor.cpp200 m_nLastValue = 0; in Flush()
247 int nResult = m_pInputBuffer[0] + ((m_nLastValue * 31) >> 5); in DecompressValue()
248 m_nLastValue = nResult; in DecompressValue()
H A DNewPredictor.h71 int m_nLastValue; variable
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dcontrollermap.c155 int m_nLastValue; member
490 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()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dcontrollermap.c155 int m_nLastValue; member
490 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()