Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c90 #define VIB_ENT 512 macro
623 if( (VIB_TABLE = malloc(VIB_ENT*2 *sizeof(int32_t))) == NULL) in OPLOpenTable()
684 for (i=0; i<VIB_ENT; i++) in OPLOpenTable()
687 pom = (double)VIB_RATE*0.06*sin(2*PI*i/VIB_ENT); /* +-100sect step */ in OPLOpenTable()
689 VIB_TABLE[VIB_ENT+i] = VIB_RATE + (pom*0.14); /* +-14cent */ in OPLOpenTable()
740 …OPL->vibIncr = OPL->rate ? (double)VIB_ENT*(1<<VIB_SHIFT) / OPL->rate * 6.4 * ((double)OPL->clock/… in OPL_initialize()
837 OPL->vib_table = &VIB_TABLE[v&0x40 ? VIB_ENT : 0]; in OPLWriteReg()