Home
last modified time | relevance | path

Searched refs:m_taps (Results 1 – 10 of 10) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/uan/model/
H A Duan-prop-model.cc114 : m_taps (taps), in UanPdp()
122 m_taps.resize (amps.size ()); in UanPdp()
134 m_taps.resize (amps.size ()); in UanPdp()
145 m_taps.clear (); in ~UanPdp()
151 if (m_taps.size () <= index) in SetTap()
153 m_taps.resize (index + 1); in SetTap()
163 return m_taps[i]; in GetTap()
168 m_taps.resize (nTaps); in SetNTaps()
178 return m_taps.begin (); in GetBegin()
184 return m_taps.end (); in GetEnd()
[all …]
H A Duan-prop-model.h253 std::vector<Tap> m_taps; //!< The vector of Taps. variable
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dqsoundhle.cpp108 save_item(STRUCT_MEMBER(m_filter, m_taps)); in device_start()
114 save_item(STRUCT_MEMBER(m_alt_filter, m_taps)); in device_start()
377 m_filter[ch].m_taps[i] = read_dsp_rom(m_filter[ch].m_table_pos + i); in state_refresh_filter_1()
392 m_filter[ch].m_taps[i] = (int16_t)read_dsp_rom(m_filter[ch].m_table_pos + i); in state_refresh_filter_2()
398 m_alt_filter[ch].m_taps[i] = (int16_t)read_dsp_rom(m_alt_filter[ch].m_table_pos + i); in state_refresh_filter_2()
578 output -= (m_taps[tap] * m_delay_line[m_delay_pos++]) << 2; in apply()
584 output -= (m_taps[tap] * input) << 2; in apply()
H A Dqsoundhle.h94 int16_t m_taps[95] = { 0 }; member
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dqsoundhle.cpp108 save_item(STRUCT_MEMBER(m_filter, m_taps)); in device_start()
114 save_item(STRUCT_MEMBER(m_alt_filter, m_taps)); in device_start()
377 m_filter[ch].m_taps[i] = read_dsp_rom(m_filter[ch].m_table_pos + i); in state_refresh_filter_1()
392 m_filter[ch].m_taps[i] = (int16_t)read_dsp_rom(m_filter[ch].m_table_pos + i); in state_refresh_filter_2()
398 m_alt_filter[ch].m_taps[i] = (int16_t)read_dsp_rom(m_alt_filter[ch].m_table_pos + i); in state_refresh_filter_2()
578 output -= (m_taps[tap] * m_delay_line[m_delay_pos++]) << 2; in apply()
584 output -= (m_taps[tap] * input) << 2; in apply()
H A Dqsoundhle.h94 int16_t m_taps[95] = { 0 }; member
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DFunctionExpression.cpp496 if (m_taps > 0 && is_time_up) in GetValue()
498 m_taps = 0; in GetValue()
505 if (!m_taps) in GetValue()
510 ++m_taps; in GetValue()
514 return desired_taps == m_taps; in GetValue()
522 mutable u32 m_taps = 0; member in ciface::ExpressionParser::TapExpression
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_fx.h559 m_taps[n].reset();
594 m_out = m_taps[n].output(m_out, delay);
606 padthv1_fx_allpass m_taps[MAX_TAPS];
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_fx.h559 m_taps[n].reset(); in reset()
594 m_out = m_taps[n].output(m_out, delay); in process()
606 samplv1_fx_allpass m_taps[MAX_TAPS]; variable
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_fx.h559 m_taps[n].reset(); in reset()
594 m_out = m_taps[n].output(m_out, delay); in process()
606 synthv1_fx_allpass m_taps[MAX_TAPS]; variable