Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/decoders/
H A Dqdm2.cpp203 byte _randomDequantType24[128][3]; member in Audio::QDM2Stream
917 _randomDequantType24[i][j] = (uint8)((ldw / random_seed) & 0xFF); in rndTableInit()
1716 samples[k] = (_randomDequantType24[n][k] - 2.0) * 0.5; in synthfilt_build_sb_samples()
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dqdm2.cpp203 byte _randomDequantType24[128][3]; member in Audio::QDM2Stream
923 _randomDequantType24[i][j] = (uint8)((ldw / random_seed) & 0xFF); in rndTableInit()
1723 samples[k] = (_randomDequantType24[n][k] - 2.0) * 0.5; in synthfilt_build_sb_samples()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dqdm2.cpp203 byte _randomDequantType24[128][3]; member in Audio::QDM2Stream
917 _randomDequantType24[i][j] = (uint8)((ldw / random_seed) & 0xFF); in rndTableInit()
1719 samples[k] = (_randomDequantType24[n][k] - 2.0) * 0.5; in synthfilt_build_sb_samples()