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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStartFilter.h73 int nTotalPrediction = (nPrediction1 * m_aryMA[0]) + (nPrediction2 * m_aryMA[1]) local
75 int nOutput = nA - (nTotalPrediction >> 13);
100 int nTotalPrediction = (nPrediction1 * m_aryMB[0]) + (nPrediction2 * m_aryMB[1]) local
102 int nOutput = nB - (nTotalPrediction >> 13);
137 int nTotalPrediction = ((nPrediction1) * m_aryM[0]) + (nPrediction2 * m_aryM[1])
139 int nOutput = nInput - (nTotalPrediction >> 13);

Completed in 106 milliseconds