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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dida.cpp66 if (m_inputChannelIds.size() == m_threshold)
69 m_lastMapPosition = m_inputChannelMap.insert(InputChannelMap::value_type(channelId, (unsigned int)m_inputChannelIds.size())).first;
71 m_inputChannelIds.push_back(channelId);
73 if (m_inputChannelIds.size() == m_threshold)
138 PrepareBulkPolynomialInterpolationAt(field, m_v[i].begin(), m_outputChannelIds[i], &(m_inputChannelIds[0]), m_w.begin(), m_threshold);
147 if (m_inputChannelIds.size() == m_threshold)
153 assert(m_inputChannelIds.size() == m_threshold);
154 PrepareBulkPolynomialInterpolation(field, m_w.begin(), &(m_inputChannelIds[0]), m_threshold);
187 PrepareBulkPolynomialInterpolationAt(field, m_u.begin(), m_outputChannelIds[i], &(m_inputChannelIds[0]), m_w.begin(), m_threshold);
208 inputChannelIds.swap(m_inputChannelIds);
[all...]
H A Dida.h47 std::vector<word32> m_inputChannelIds, m_outputChannelIds, m_outputToInput; member in class:RawIDA

Completed in 60 milliseconds