Home
last modified time | relevance | path

Searched refs:m_lut_dr (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dymf278b.c143 UINT32 m_lut_dr[64]; // decay rate variable
225 res = (256U<<23) / m_lut_dr[rate]; in compute_decay_env_vol_step()
281 …= %d, DAMP = %d\n", slot->DL, slot->D1R, compute_rate(slot, slot->D1R), m_lut_dr[compute_rate(slot… in compute_envelope()
296 …MP = %d, current vol = %d\n", slot->D2R, compute_rate(slot, slot->D2R), m_lut_dr[compute_rate(slot… in compute_envelope()
312 … = %g, PRVB = %d, DAMP = %d\n", slot->RR, compute_rate(slot, slot->RR), m_lut_dr[compute_rate(slot… in compute_envelope()
1025 m_lut_dr[i] = 0; in precompute_rate_tables()
1027 m_lut_dr[i] = 15 << 4; in precompute_rate_tables()
1029 m_lut_dr[i] = (15 << (21 - i / 4)) / (4 + i % 4); in precompute_rate_tables()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dymf278b.c143 UINT32 m_lut_dr[64]; // decay rate variable
225 res = (256U<<23) / m_lut_dr[rate]; in compute_decay_env_vol_step()
281 …= %d, DAMP = %d\n", slot->DL, slot->D1R, compute_rate(slot, slot->D1R), m_lut_dr[compute_rate(slot… in compute_envelope()
296 …MP = %d, current vol = %d\n", slot->D2R, compute_rate(slot, slot->D2R), m_lut_dr[compute_rate(slot… in compute_envelope()
312 … = %g, PRVB = %d, DAMP = %d\n", slot->RR, compute_rate(slot, slot->RR), m_lut_dr[compute_rate(slot… in compute_envelope()
1025 m_lut_dr[i] = 0; in precompute_rate_tables()
1027 m_lut_dr[i] = 15 << 4; in precompute_rate_tables()
1029 m_lut_dr[i] = (15 << (21 - i / 4)) / (4 + i % 4); in precompute_rate_tables()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dymf278b.cpp109 res = (256U<<23) / m_lut_dr[rate]; in compute_decay_env_vol_step()
165 …= %d, DAMP = %d\n", slot->DL, slot->D1R, compute_rate(slot, slot->D1R), m_lut_dr[compute_rate(slot… in compute_envelope()
180 …MP = %d, current vol = %d\n", slot->D2R, compute_rate(slot, slot->D2R), m_lut_dr[compute_rate(slot… in compute_envelope()
196 … = %g, PRVB = %d, DAMP = %d\n", slot->RR, compute_rate(slot, slot->RR), m_lut_dr[compute_rate(slot… in compute_envelope()
905 m_lut_dr[i] = 0; in precompute_rate_tables()
907 m_lut_dr[i] = 15 << 4; in precompute_rate_tables()
909 m_lut_dr[i] = (15 << (21 - i / 4)) / (4 + i % 4); in precompute_rate_tables()
H A Dymf278b.h122 uint32_t m_lut_dr[64]; // decay rate variable
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dymf278b.cpp109 res = (256U<<23) / m_lut_dr[rate]; in compute_decay_env_vol_step()
165 …= %d, DAMP = %d\n", slot->DL, slot->D1R, compute_rate(slot, slot->D1R), m_lut_dr[compute_rate(slot… in compute_envelope()
180 …MP = %d, current vol = %d\n", slot->D2R, compute_rate(slot, slot->D2R), m_lut_dr[compute_rate(slot… in compute_envelope()
196 … = %g, PRVB = %d, DAMP = %d\n", slot->RR, compute_rate(slot, slot->RR), m_lut_dr[compute_rate(slot… in compute_envelope()
905 m_lut_dr[i] = 0; in precompute_rate_tables()
907 m_lut_dr[i] = 15 << 4; in precompute_rate_tables()
909 m_lut_dr[i] = (15 << (21 - i / 4)) / (4 + i % 4); in precompute_rate_tables()
H A Dymf278b.h122 uint32_t m_lut_dr[64]; // decay rate variable