#include "modes.h"
#include <speex/speex_bits.h>
#include "nb_celp.h"
Go to the source code of this file.
Classes | |
struct | SBEncState |
struct | SBDecState |
Typedefs | |
typedef SBEncState | SBEncState |
typedef SBDecState | SBDecState |
Functions | |
void * | sb_encoder_init (const SpeexMode *m) |
void | sb_encoder_destroy (void *state) |
int | sb_encode (void *state, void *in, SpeexBits *bits) |
void * | sb_decoder_init (const SpeexMode *m) |
void | sb_decoder_destroy (void *state) |
int | sb_decode (void *state, SpeexBits *bits, void *out) |
int | sb_encoder_ctl (void *state, int request, void *ptr) |
int | sb_decoder_ctl (void *state, int request, void *ptr) |
|
Structure representing the full state of the sub-band decoder |
|
Structure representing the full state of the sub-band encoder |
|
Decodes one frame |
|
|
|
De-allocates decoder state resources |
|
Initializes decoder state |
|
Encodes one frame |
|
|
|
De-allocates encoder state resources |
|
Initializes encoder state |