Home
last modified time | relevance | path

Searched refs:m_lastread (Results 1 – 4 of 4) sorted by relevance

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqresample/src/
H A DResampler.cpp156 int *m_lastread; member in breakfastquay::Resamplers::D_IPP
221 m_lastread = new int[m_channels]; in D_IPP()
269 m_lastread[c] = m_history; in D_IPP()
293 delete[] m_lastread; in ~D_IPP()
362 m_inbuf[c][m_lastread[c] + i] = in[c][i]; in resample()
364 m_lastread[c] += incount; in resample()
407 m_lastread[c] += incount; in resampleInterleaved()
429 int n = m_lastread[c] - m_history - int(m_time[c]); in doResample()
493 m_lastread[c] + m_history - t); in doResample()
495 m_lastread[c] -= t - m_history; in doResample()
[all …]
/dports/audio/rubberband/rubberband-2.0.0/src/dsp/
H A DResampler.cpp153 int *m_lastread; member in RubberBand::Resamplers::D_IPP
196 m_lastread = new int[m_channels]; in D_IPP()
233 m_lastread[c] = m_history; in D_IPP()
251 delete[] m_lastread; in ~D_IPP()
322 m_lastread[c] += incount; in resample()
365 m_lastread[c] += incount; in resampleInterleaved()
443 if (moveFrom >= m_lastread[c]) { in doResample()
445 moveFrom = m_lastread[c]; in doResample()
455 m_lastread[c] - moveFrom); in doResample()
458 m_lastread[c] -= moveFrom; in doResample()
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/
H A Dosl_pvt.h481 , m_lastread(-1) in m_data()
640 m_lastread = m_lastwrite = -1; in clear_rw()
648 m_lastread = std::max(m_lastread, op); in mark_rw()
659 m_lastread = std::max(m_lastread, lr); in union_rw()
670 m_lastread = std::numeric_limits<int>::max();
678 int lastread() const { return m_lastread; } in lastread()
698 m_lastread = last; in set_read()
783 int m_firstread, m_lastread; ///< First and last op the sym is read variable
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/
H A Dosl_pvt.h481 , m_lastread(-1) in m_data()
640 m_lastread = m_lastwrite = -1; in clear_rw()
648 m_lastread = std::max(m_lastread, op); in mark_rw()
659 m_lastread = std::max(m_lastread, lr); in union_rw()
670 m_lastread = std::numeric_limits<int>::max();
678 int lastread() const { return m_lastread; } in lastread()
698 m_lastread = last; in set_read()
783 int m_firstread, m_lastread; ///< First and last op the sym is read variable