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

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

Completed in 81 milliseconds