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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStartFilter.h21 m_rbInputA.Flush();
65 m_rbInputA[0] = nA; m_rbInputB[0] = nB;
68 int nPrediction1 = m_rbInputA[-1];
69 int nPrediction2 = m_rbInputA[-2];
70 int nPrediction3 = m_rbInputA[-1] - m_rbInputA[-2];
98 int nPrediction4 = m_rbInputA[0];
123 m_rbInputA.IncrementSafe();
173 CRollBufferFast<int, 256, 4> m_rbInputA; member in class:CStartFilter

Completed in 34 milliseconds