Searched refs:m_nShift (Results 1 – 2 of 2) sorted by relevance
10 m_nShift = nShift; in CNNFilter()50 int nOutput = nInput - ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Compress()99 int nOutput = nInput + ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Decompress()
22 int m_nShift; variable