libpcm v0.2.0-alpha (2017-10-09T00:27:32Z)
Home
Dub
Repo
EncoderWorkpad
libPCM
codecs
Undocumented in source.
@
nogc
struct
EncoderWorkpad {
uint
position
;
uint
stepSize
;
int
stepIndex
;
int
d_nMinusOne
;
DecoderWorkpad
dW
;
this
(uint position, uint stepSize, int stepIndex, int d_nMinusOne, DecoderWorkpad dW);
}
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
;
Undocumented in source.
position
uint
position
;
Undocumented in source.
stepIndex
int
stepIndex
;
Undocumented in source.
stepSize
uint
stepSize
;
Undocumented in source.
Meta
Source
See Implementation
libPCM
codecs
functions
blockDecodeXAADPCM
blockEncodeXAADPCM
decodeStream8BitPCMUnsigned
decodeStreamDialogicADPCM
decodeStreamIMAADPCM
decodeStreamXAADPCM
decodeStreamYamahaADPCMA
dynamicDecode8BitPCMUnsigned
dynamicDecodeDialogicADPCM
dynamicDecodeIMAADPCM
dynamicDecodeYamahaADPCMA
dynamicEncode8BitPCMUnsigned
dynamicEncodeDialogicADPCM
dynamicEncodeIMAADPCM
dynamicEncodeYamahaADPCMA
encodeStream8BitPCMUnsigned
encodeStreamDialogicADPCM
encodeStreamIMAADPCM
encodeStreamXAADPCM
encodeStreamYamahaADPCMA
encodeXAADPCM
initializeDialogicADPCMDecoderWorkpad
initializeDialogicADPCMEncoderWorkpad
unitDecodeXAADPCM
static variables
ADPCM_IndexTable
ADPCM_IndexTable_2Bit
ADPCM_IndexTable_3Bit
ADPCM_IndexTable_5Bit
DIALOGIC_ADPCM_StepTable
IMA_ADPCM_StepTable
XA_ADPCM_Table
Yamaha_ADPCM_A_IndexTable
Yamaha_ADPCM_DiffLookup
Yamaha_ADPCM_IndexScale
structs
DecoderWorkpad
EncoderWorkpad
XAADPCMDecoderWorkpad
XAADPCMEncoderWorkpad