Main Page   Compound List   File List   Compound Members   File Members  

SBEncState Struct Reference

#include <sb_celp.h>

List of all members.

Public Attributes

SpeexModemode
void * st_low
int full_frame_size
int frame_size
int subframeSize
int nbSubframes
int windowSize
int lpcSize
int bufSize
int first
float lag_factor
float lpc_floor
float gamma1
float gamma2
char * stack
float * x0d
float * x1d
float * high
float * y0
float * y1
float * h0_mem
float * h1_mem
float * g0_mem
float * g1_mem
float * excBuf
float * exc
float * buf
float * res
float * sw
float * target
float * window
float * lagWindow
float * autocorr
float * rc
float * lpc
float * lsp
float * qlsp
float * old_lsp
float * old_qlsp
float * interp_lsp
float * interp_qlsp
float * interp_lpc
float * interp_qlpc
float * bw_lpc1
float * bw_lpc2
float * mem_sp
float * mem_sp2
float * mem_sw
float * pi_gain
float vbr_quality
int vbr_enabled
int abr_enabled
float abr_drift
float abr_drift2
float abr_count
int vad_enabled
float relative_quality
SpeexSubmode ** submodes
int submodeID
int submodeSelect
int complexity
int sampling_rate


Detailed Description

Structure representing the full state of the sub-band encoder


Member Data Documentation

float SBEncState::abr_count
 

float SBEncState::abr_drift
 

float SBEncState::abr_drift2
 

int SBEncState::abr_enabled
 

ABR setting (in bps), 0 if off

float* SBEncState::autocorr
 

Auto-correlation (for LPC analysis)

float* SBEncState::buf
 

Temporary buffer

int SBEncState::bufSize
 

Buffer size

float* SBEncState::bw_lpc1
 

Bandwidth-expanded version of LPCs (#1)

float* SBEncState::bw_lpc2
 

Bandwidth-expanded version of LPCs (#2)

int SBEncState::complexity
 

float* SBEncState::exc
 

High-band excitation (for QMF only)

float* SBEncState::excBuf
 

High-band excitation

int SBEncState::first
 

First frame?

int SBEncState::frame_size
 

Length of high-band frames

int SBEncState::full_frame_size
 

Length of full-band frames

float * SBEncState::g0_mem
 

float * SBEncState::g1_mem
 

QMF memories

float SBEncState::gamma1
 

Perceptual weighting coef 1

float SBEncState::gamma2
 

Perceptual weighting coef 2

float* SBEncState::h0_mem
 

float * SBEncState::h1_mem
 

float* SBEncState::high
 

High-band signal (buffer)

float* SBEncState::interp_lpc
 

Interpolated LPCs for current sub-frame

float* SBEncState::interp_lsp
 

Interpolated LSPs for current sub-frame

float* SBEncState::interp_qlpc
 

Interpolated quantized LPCs for current sub-frame

float* SBEncState::interp_qlsp
 

Interpolated quantized LSPs for current sub-frame

float SBEncState::lag_factor
 

Lag-windowing control parameter

float* SBEncState::lagWindow
 

Auto-correlation window

float* SBEncState::lpc
 

LPC coefficients

float SBEncState::lpc_floor
 

Controls LPC analysis noise floor

int SBEncState::lpcSize
 

Order of high-band LPC analysis

float* SBEncState::lsp
 

LSP coefficients

float* SBEncState::mem_sp
 

Synthesis signal memory

float* SBEncState::mem_sp2
 

float* SBEncState::mem_sw
 

Perceptual signal memory

SpeexMode* SBEncState::mode
 

Pointer to the mode (containing for vtable info)

int SBEncState::nbSubframes
 

Number of high-band sub-frames

float* SBEncState::old_lsp
 

LSPs of previous frame

float* SBEncState::old_qlsp
 

Quantized LSPs of previous frame

float* SBEncState::pi_gain
 

float* SBEncState::qlsp
 

Quantized LSPs

float* SBEncState::rc
 

Reflection coefficients (unused)

float SBEncState::relative_quality
 

float* SBEncState::res
 

Zero-input response (ringing)

int SBEncState::sampling_rate
 

void* SBEncState::st_low
 

State of the low-band (narrowband) encoder

char* SBEncState::stack
 

Temporary allocation stack

int SBEncState::subframeSize
 

Length of high-band sub-frames

int SBEncState::submodeID
 

SpeexSubmode** SBEncState::submodes
 

int SBEncState::submodeSelect
 

float* SBEncState::sw
 

Perceptually weighted signal

float* SBEncState::target
 

Weighted target signal (analysis by synthesis)

int SBEncState::vad_enabled
 

1 for enabling VAD, 0 otherwise

int SBEncState::vbr_enabled
 

1 for enabling VBR, 0 otherwise

float SBEncState::vbr_quality
 

Quality setting for VBR encoding

float* SBEncState::window
 

LPC analysis window

int SBEncState::windowSize
 

Length of high-band LPC window

float* SBEncState::x0d
 

float * SBEncState::x1d
 

QMF filter signals

float* SBEncState::y0
 

float * SBEncState::y1
 

QMF synthesis signals


The documentation for this struct was generated from the following file:
Generated on Wed Feb 11 13:48:38 2004 for speex by doxygen1.2.15