Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dfmopl.h82 int32_t amsIncr; member
H A Dfmopl.c222 static int32_t amsIncr; variable
739 …OPL->amsIncr = OPL->rate ? (double)AMS_ENT*(1<<AMS_SHIFT) / OPL->rate * 3.7 * ((double)OPL->clock/… in OPL_initialize()
1002 amsIncr = OPL->amsIncr; in YM3812UpdateOne()
1012 ams = ams_table[(amsCnt+=amsIncr)>>AMS_SHIFT]; in YM3812UpdateOne()