#include <g726.h>
Public Attributes | |
int | rate |
int | ext_coding |
int | bits_per_sample |
int | packing |
int32_t | yl |
int16_t | yu |
int16_t | dms |
int16_t | dml |
int16_t | ap |
int16_t | a [2] |
int16_t | b [6] |
int16_t | pk [2] |
int16_t | dq [6] |
int16_t | sr [2] |
int | td |
bitstream_state_t | bs |
The bit stream processing context. | |
g726_encoder_func_t | enc_func |
The current encoder function. | |
g726_decoder_func_t | dec_func |
The current decoder function. |
|
Coefficients of pole portion of prediction filter. |
|
Linear weighting coefficient of 'yl' and 'yu'. |
|
Coefficients of zero portion of prediction filter. |
|
The number of bits per sample |
|
Long term energy estimate. |
|
int16_t term energy estimate. |
|
Previous 6 samples of the quantized difference signal represented in an internal floating point format. |
|
The external coding, for tandem operation |
|
One of the G.726_PACKING_xxx options |
|
Signs of previous two samples of a partially reconstructed signal. |
|
The bit rate |
|
Previous 2 samples of the quantized difference signal represented in an internal floating point format. |
|
Delayed tone detect |
|
Locked or steady state step size multiplier. |
|
Unlocked or non-steady state step size multiplier. |