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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStartFilter.h24 memset(m_aryMA, 0, sizeof(m_aryMA));
73 int nTotalPrediction = (nPrediction1 * m_aryMA[0]) + (nPrediction2 * m_aryMA[1])
74 + (nPrediction3 * m_aryMA[2]) + (nPrediction4 * m_aryMA[3]);
79 m_aryMA[0] -= 2*((nPrediction1) ? ((nPrediction1 >> 30) & 2) - 1 : 0);
80 m_aryMA[1] -= (nPrediction2) ? ((nPrediction2 >> 30) & 2) - 1 : 0;
81 m_aryMA[2] -= (nPrediction3) ? ((nPrediction3 >> 30) & 2) - 1 : 0;
82 m_aryMA[
175 int m_aryMA[8]; int m_aryMB[8]; member in class:CStartFilter
[all...]
H A DNewPredictor.cpp311 ZeroMemory(m_aryMA, sizeof(m_aryMA));
319 m_aryMA[0] = 360;
320 m_aryMA[1] = 317;
321 m_aryMA[2] = -109;
322 m_aryMA[3] = 98;
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[
[all...]
H A DNewPredictor.h89 int m_aryMA[M_COUNT]; member in class:CPredictorDecompress3950toCurrent

Completed in 16 milliseconds