SDL
2.0
|
Data Fields | |
Uint16 | delta |
Sint16 | coeff1 |
Sint16 | coeff2 |
Definition at line 98 of file SDL_wave.c.
Sint16 MS_ADPCM_ChannelState::coeff1 |
Definition at line 101 of file SDL_wave.c.
Referenced by MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_ProcessNibble().
Sint16 MS_ADPCM_ChannelState::coeff2 |
Definition at line 102 of file SDL_wave.c.
Referenced by MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_ProcessNibble().
Uint16 MS_ADPCM_ChannelState::delta |
Definition at line 100 of file SDL_wave.c.
Referenced by MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_ProcessNibble().