Home
last modified time | relevance | path

Searched refs:scsp_decay_rate (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dscsp2.c463 static s32 scsp_decay_rate[62+16]; variable
883 scsp_decay_rate[i] = 0; in ScspInit()
894 scsp_decay_rate[i + 4] = round(x / SCSP_DECAY_TIME); in ScspInit()
895 if (scsp_decay_rate[i + 4] == 0) in ScspInit()
896 scsp_decay_rate[i + 4] = 1; in ScspInit()
899 scsp_decay_rate[61] = scsp_decay_rate[60]; in ScspInit()
900 scsp_decay_rate[62] = scsp_decay_rate[60]; in ScspInit()
901 scsp_decay_rate[63] = scsp_decay_rate[60]; in ScspInit()
905 scsp_decay_rate[i] = scsp_decay_rate[63]; in ScspInit()
3049 const s32 *rate_table = &scsp_decay_rate[slot->sr << 1]; in ScspUpdateSlotEnv()
[all …]
H A Dscsp.c1980 slot->srp = &scsp_decay_rate[slot->sr << 1]; in scsp_slot_set_b()
1985 slot->drp = &scsp_decay_rate[slot->dr << 1]; in scsp_slot_set_b()
1998 slot->drp = &scsp_decay_rate[slot->dr << 1]; in scsp_slot_set_b()
2033 slot->rrp = &scsp_decay_rate[slot->rr << 1]; in scsp_slot_set_b()
4391 scsp_decay_rate[i] = 0; in scsp_init()
4404 if (scsp_decay_rate[i + 4] == 0) scsp_decay_rate[i + 4] = 1; in scsp_init()
4408 scsp_decay_rate[61] = scsp_decay_rate[60]; in scsp_init()
4409 scsp_decay_rate[62] = scsp_decay_rate[60]; in scsp_init()
4410 scsp_decay_rate[63] = scsp_decay_rate[60]; in scsp_init()
4415 scsp_decay_rate[i] = scsp_decay_rate[63]; in scsp_init()
[all …]