Searched defs:nOutput (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNNFilter.cpp50 int nOutput = nInput - ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); local
99 int nOutput = nInput + ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); local
[all...]
H A DStartFilter.h75 int nOutput = nA - (nTotalPrediction >> 13); local
102 int nOutput = nB - (nTotalPrediction >> 13); local
[all...]
H A DNewPredictor.cpp102 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10); local
[all...]

Completed in 85 milliseconds