Searched refs:nPredictionA (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNewPredictor.cpp99 int nPredictionA = (m_rbPrediction[-1] * paryM[0]) + (m_rbPrediction[-2] * paryM[-1]) + (m_rbPrediction[-3] * paryM[-2]) + (m_rbPrediction[-4] * paryM[-3]); local
102 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10);
360 int nPredictionA = (m_rbPredictionA[0] * m_aryMA[0]) + (m_rbPredictionA[-1] * m_aryMA[1]) + (m_rbPredictionA[-2] * m_aryMA[2]) + (m_rbPredictionA[-3] * m_aryMA[3]); local
363 int nCurrentA = nA + ((nPredictionA + (nPredictionB >> 1)) >> 10);

Completed in 28 milliseconds