xoreos
0.0.5
|
Public Attributes | |
byte | predictor |
int16 | delta |
int16 | coeff1 |
int16 | coeff2 |
int16 | sample1 |
int16 | sample2 |
int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::coeff1 |
Definition at line 351 of file adpcm.cpp.
Referenced by Sound::MS_ADPCMStream::decodeMS().
int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::coeff2 |
Definition at line 352 of file adpcm.cpp.
Referenced by Sound::MS_ADPCMStream::decodeMS().
int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::delta |
Definition at line 350 of file adpcm.cpp.
Referenced by Sound::MS_ADPCMStream::decodeMS().
int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::sample1 |
Definition at line 353 of file adpcm.cpp.
Referenced by Sound::MS_ADPCMStream::decodeMS().
int16 Sound::MS_ADPCMStream::ADPCMChannelStatus::sample2 |
Definition at line 354 of file adpcm.cpp.
Referenced by Sound::MS_ADPCMStream::decodeMS().