Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
sb_celp.h File Reference
Sub-band CELP mode used for wideband encoding. More...
Go to the source code of this file.
Data Structures | |
| struct | SBEncState |
| Structure representing the full state of the sub-band encoder. More... | |
| struct | SBDecState |
| Structure representing the full state of the sub-band decoder. More... | |
Typedefs | |
| typedef struct SBEncState | SBEncState |
| Structure representing the full state of the sub-band encoder. | |
| typedef struct SBDecState | SBDecState |
| Structure representing the full state of the sub-band decoder. | |
Functions | |
| void * | sb_encoder_init (const SpeexMode *m) |
| Initializes encoder state. | |
| void | sb_encoder_destroy (void *state) |
| De-allocates encoder state resources. | |
| int | sb_encode (void *state, void *in, SpeexBits *bits) |
| Encodes one frame. | |
| void * | sb_decoder_init (const SpeexMode *m) |
| Initializes decoder state. | |
| void | sb_decoder_destroy (void *state) |
| De-allocates decoder state resources. | |
| int | sb_decode (void *state, SpeexBits *bits, void *out) |
| Decodes one frame. | |
Detailed Description
Sub-band CELP mode used for wideband encoding.
Definition in file sb_celp.h.
Typedef Documentation
| typedef struct SBDecState SBDecState |
Structure representing the full state of the sub-band decoder.
| typedef struct SBEncState SBEncState |
Structure representing the full state of the sub-band encoder.
Function Documentation
| int sb_decode | ( | void * | state, |
| SpeexBits * | bits, | ||
| void * | out | ||
| ) |
Decodes one frame.
| void sb_decoder_destroy | ( | void * | state ) |
De-allocates decoder state resources.
| void* sb_decoder_init | ( | const SpeexMode * | m ) |
Initializes decoder state.
| int sb_encode | ( | void * | state, |
| void * | in, | ||
| SpeexBits * | bits | ||
| ) |
Encodes one frame.
| void sb_encoder_destroy | ( | void * | state ) |
De-allocates encoder state resources.
| void* sb_encoder_init | ( | const SpeexMode * | m ) |
Initializes encoder state.
Generated on Tue Jul 12 2022 16:28:54 by
1.7.2
