Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dsound/
H A Dmixer.c412 BYTE *bpc; in DSOUND_MixerVol() local
453 bpc = dsb->device->tmp_buffer; in DSOUND_MixerVol()
454 bps = (INT16 *)bpc; in DSOUND_MixerVol()
467 *(bpc++) = (((*(mem++) - 128) * vLeft) >> 16) + 128; in DSOUND_MixerVol()
468 *(bpc++) = (((*(mem++) - 128) * vRight) >> 16) + 128; in DSOUND_MixerVol()
471 *(bpc++) = (((*(mem++) - 128) * vLeft) >> 16) + 128; in DSOUND_MixerVol()