Searched refs:m_rbDeltaM (Results 1 – 2 of 2) sorted by relevance
16 m_rbDeltaM.Create(NN_WINDOW_ELEMENTS, m_nOrder); in CNNFilter()33 m_rbDeltaM.Flush(); in Flush()54 Adapt(&m_paryM[0], &m_rbDeltaM[-m_nOrder], -nOutput, m_nOrder); in Compress()56 AdaptNoMMX(&m_paryM[0], &m_rbDeltaM[-m_nOrder], nOutput, m_nOrder); in Compress()61 m_rbDeltaM[0] = ((nInput >> 25) & 64) - 32; in Compress()63 m_rbDeltaM[0] = ((nInput >> 26) & 32) - 16; in Compress()65 m_rbDeltaM[0] = ((nInput >> 27) & 16) - 8; in Compress()67 m_rbDeltaM[0] = 0; in Compress()71 m_rbDeltaM[-1] >>= 1; in Compress()72 m_rbDeltaM[-2] >>= 1; in Compress()[all …]
28 CRollBuffer<short> m_rbDeltaM; variable