HomeSort by relevance Sort by last modified time
    Searched defs:snd_scaletable (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
snd_mix.c 32 int snd_scaletable[32][256]; variable
340 snd_scaletable[i][j] = ((signed char)j) * i * 8;
358 lscale = snd_scaletable[ch->leftvol >> 3];
359 rscale = snd_scaletable[ch->rightvol >> 3];
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 38 int snd_scaletable[32][256]; variable
348 snd_scaletable[i][j] = ((signed char)j) * i * 8;
366 lscale = snd_scaletable[ch->leftvol >> 3];
367 rscale = snd_scaletable[ch->rightvol >> 3];
  /gdk/samples/quake/jni/
snd_mix.cpp 38 int snd_scaletable[32][256]; variable
348 snd_scaletable[i][j] = ((signed char)j) * i * 8;
366 lscale = snd_scaletable[ch->leftvol >> 3];
367 rscale = snd_scaletable[ch->rightvol >> 3];

Completed in 209 milliseconds