Main Page | Class List | Directories | File List | Class Members | File Members

sb_celp.h File Reference

Sub-band CELP mode used for wideband encoding. More...

#include "modes.h"
#include "speex_bits.h"
#include "nb_celp.h"

Go to the source code of this file.

Typedefs

typedef SBEncState SBEncState
typedef SBDecState SBDecState

Functions

void * sb_encoder_init (SpeexMode *m)
void sb_encoder_destroy (void *state)
int sb_encode (void *state, short *in, SpeexBits *bits)
void * sb_decoder_init (SpeexMode *m)
void sb_decoder_destroy (void *state)
int sb_decode (void *state, SpeexBits *bits, short *out)
int sb_encoder_ctl (void *state, int request, void *ptr)
int sb_decoder_ctl (void *state, int request, void *ptr)


Detailed Description

Sub-band CELP mode used for wideband encoding.


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,
short *  out
 

Decodes one frame

void sb_decoder_destroy void *  state  ) 
 

De-allocates decoder state resources

void* sb_decoder_init SpeexMode m  ) 
 

Initializes decoder state

int sb_encode void *  state,
short *  in,
SpeexBits bits
 

Encodes one frame

void sb_encoder_destroy void *  state  ) 
 

De-allocates encoder state resources

void* sb_encoder_init SpeexMode m  ) 
 

Initializes encoder state


Generated on Wed Aug 24 01:08:53 2005 for Speex by  doxygen 1.4.2