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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStartFilter.h69 int nPrediction2 = m_rbInputA[-2]; local
73 int nTotalPrediction = (nPrediction1 * m_aryMA[0]) + (nPrediction2 * m_aryMA[1])
80 m_aryMA[1] -= (nPrediction2) ? ((nPrediction2 >> 30) & 2) - 1 : 0;
87 m_aryMA[1] += (nPrediction2) ? ((nPrediction2 >> 30) & 2) - 1 : 0;
96 int nPrediction2 = m_rbInputB[-2]; local
100 int nTotalPrediction = (nPrediction1 * m_aryMB[0]) + (nPrediction2 * m_aryMB[1])
107 m_aryMB[1] -= (nPrediction2) ? ((nPrediction2 >> 3
[all...]

Completed in 80 milliseconds