EncoderWorkpad

Undocumented in source.

Constructors

this
this(uint position, uint stepSize, int stepIndex, int d_nMinusOne, DecoderWorkpad dW)
Undocumented in source.

Members

Variables

dW
DecoderWorkpad dW;
Undocumented in source.
d_nMinusOne
int d_nMinusOne;

Previous sample for error compensation

position
uint position;

Data offset in samples

stepIndex
int stepIndex;

ADPCM: current position on the steptable of the codec

stepSize
uint stepSize;

ADPCM: Size of the next step

Meta