Home
last modified time | relevance | path

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

/dports/games/uhexen/uhexen-0.601/src/
H A Di_sdlsound.c422 int* steptablemid;
435 steptablemid = steptable + 128;
438 steptablemid[ j ] = (int) (pow( 2.0, (j/64.0) ) * 65536.0);
/dports/games/heretic/glheretic-1.2/gsisound/
H A Di_sound.c318 int* steptablemid = steptable + 128; in I_SetChannels() local
325 steptablemid[i] = (int)(pow(2.0, (i/64.0))*65536.0); in I_SetChannels()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/os2/
H A DI_sound.c306 int* steptablemid = steptable + 128; in I_SetChannels() local
319 steptablemid[i] = (int)(pow(2.0, (i/64.0))*65536.0); in I_SetChannels()
/dports/games/heretic/glheretic-1.2/sndserv/
H A Dsoundsrv.c536 int* steptablemid = steptable + 128; in initdata() local
548 steptablemid[i] = pow(2.0, (i/64.0))*65536.0; in initdata()
/dports/games/prboom/prboom-2.5.0/src/SDL/
H A Di_sound.c237 int* steptablemid = steptable + 128; in I_SetChannels() local
248 steptablemid[i] = (int)(pow(1.2, ((double)i/(64.0*snd_samplerate/11025)))*65536.0); in I_SetChannels()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/sndserv/
H A Dsoundsrv.c552 int* steptablemid = steptable + 128; in initdata() local
560 steptablemid[i] = pow(2.0, (i/64.0))*65536.0; in initdata()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_sound.c514 int *steptablemid = steptable + 128; in I_SetChannels() local
521 steptablemid[i] = (int) (pow(2.0, (i / 64.0)) * 65536.0); in I_SetChannels()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/SDL/
H A Di_sound.c266 int *steptablemid = steptable + 128; in I_SetChannels() local
277 steptablemid[i] = (int)(pow(1.2, ((double)i / (64.0 * snd_samplerate / 11025))) * 65536.0); in I_SetChannels()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Dsdl_sound.c495 INT32 *steptablemid = steptable + 128; in I_SetChannels() local
504 steptablemid[i] = (INT32)(po * 65536.0l); in I_SetChannels()