This section describes Intel IPP functions that can be used in implementing speech codecs following the ITU-T recommendations G.726 with Annex A.
These functions are used in the Intel IPP G.726 Speech Encoder-Decoder sample downloadable from http://www.intel.com/cd/software/products/asmo-na/eng/220046.htm.
The list of these functions is given in the table below.
| Function Base Name | Operation |
|---|---|
| EncodeGetStateSize_G726 | Informative function, returns the number of bytes needed for encoder memory. |
| EncodeInit_G726 | Initializes the memory for the ADPCM encoder. |
| Encode_G726 | Performs ADPCM compression of the uniform PCM input. |
| DecodeGetStateSize_G726 | Informative function, returns the number of bytes needed for decoder memory. |
| DecodeInit_G726 | Initializes the memory for the G726 decoder. |
| Decode_G726 | Performs decompression of the ADPCM bit-stream. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.