ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

SBDecState Struct Reference

SBDecState Struct Reference

Structure representing the full state of the sub-band decoder. More...

#include <sb_celp.h>

Data Fields

const SpeexModemode
 Pointer to the mode (containing for vtable info)
void * st_low
 State of the low-band (narrowband) encoder.
spx_word16_t last_ener
 If non-NULL, innovation is copied here.

Detailed Description

Structure representing the full state of the sub-band decoder.

Definition at line 99 of file sb_celp.h.


Field Documentation

spx_word16_t last_ener

If non-NULL, innovation is copied here.

Definition at line 123 of file sb_celp.h.

const SpeexMode* mode

Pointer to the mode (containing for vtable info)

Definition at line 100 of file sb_celp.h.

void* st_low

State of the low-band (narrowband) encoder.

Definition at line 101 of file sb_celp.h.