Home
last modified time | relevance | path

Searched refs:m_nShift (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNNFilter.cpp10 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()
H A DNNFilter.h22 int m_nShift; variable