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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStartFilter.h71 int nPrediction4 = m_rbInputB[-1]; local
74 + (nPrediction3 * m_aryMA[2]) + (nPrediction4 * m_aryMA[3]);
82 m_aryMA[3] -= 1*((nPrediction4) ? ((nPrediction4 >> 30) & 2) - 1 : 0);
89 m_aryMA[3] += 1*((nPrediction4) ? ((nPrediction4 >> 30) & 2) - 1 : 0);
98 int nPrediction4 = m_rbInputA[0]; local
101 + (nPrediction3 * m_aryMB[2]) + (nPrediction4 * m_aryMB[3]);
109 m_aryMB[3] -= 1*((nPrediction4) ? ((nPrediction4 >> 3
[all...]

Completed in 29 milliseconds