Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dfmopl.c289 SLOT->Cnt = 0; in OPL_KEYON()
455 if(SLOT->vib) SLOT->Cnt += (SLOT->Incr*vib/VIB_RATE); in OPL_CALC_CH()
456 else SLOT->Cnt += SLOT->Incr; in OPL_CALC_CH()
479 if(SLOT->vib) SLOT->Cnt += (SLOT->Incr*vib/VIB_RATE); in OPL_CALC_CH()
480 else SLOT->Cnt += SLOT->Incr; in OPL_CALC_CH()
506 else SLOT->Cnt += SLOT->Incr; in OPL_CALC_RH()
531 else SLOT->Cnt += SLOT->Incr; in OPL_CALC_RH()
547 else SLOT7_1->Cnt += 2*SLOT7_1->Incr; in OPL_CALC_RH()
549 else SLOT7_2->Cnt += (CH[7].fc*8); in OPL_CALC_RH()
551 else SLOT8_1->Cnt += SLOT8_1->Incr; in OPL_CALC_RH()
[all …]
H A Dfmopl.h22 uint32_t Cnt; /* frequency count : */ member