30#if !defined(_SPANDSP_PRIVATE_IMA_ADPCM_H_)
31#define _SPANDSP_PRIVATE_IMA_ADPCM_H_
Definition private/ima_adpcm.h:39
int step_index
Current index into the step size table.
Definition private/ima_adpcm.h:46
int last
The last state of the ADPCM algorithm.
Definition private/ima_adpcm.h:44
uint16_t ima_byte
The current IMA code byte in progress.
Definition private/ima_adpcm.h:48
int chunk_size
The size of a chunk, in samples.
Definition private/ima_adpcm.h:42