Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
iLBC_Enc_Inst_t_ Struct Reference

#include <iLBC_define.h>

Collaboration diagram for iLBC_Enc_Inst_t_:
Collaboration graph
[legend]

Data Fields

float anaMem [LPC_FILTERORDER]
 
int blockl
 
float hpimem [4]
 
float lpc_buffer [LPC_LOOKBACK+BLOCKL_MAX]
 
int lpc_n
 
float lsfdeqold [LPC_FILTERORDER]
 
float lsfold [LPC_FILTERORDER]
 
int mode
 
int nasub
 
int no_of_bytes
 
int no_of_words
 
int nsub
 
int state_short_len
 
const iLBC_ULP_Inst_tULP_inst
 

Detailed Description

Definition at line 137 of file iLBC_define.h.

Field Documentation

◆ anaMem

float anaMem[LPC_FILTERORDER]

Definition at line 152 of file iLBC_define.h.

Referenced by iLBC_encode().

◆ blockl

int blockl

Definition at line 143 of file iLBC_define.h.

Referenced by encode(), iLBC_encode(), initEncode(), main(), and SimpleAnalysis().

◆ hpimem

float hpimem[4]

Definition at line 162 of file iLBC_define.h.

◆ lpc_buffer

float lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX]

Definition at line 159 of file iLBC_define.h.

Referenced by SimpleAnalysis().

◆ lpc_n

int lpc_n

Definition at line 147 of file iLBC_define.h.

Referenced by iLBC_encode(), initEncode(), LPCencode(), and SimpleAnalysis().

◆ lsfdeqold

float lsfdeqold[LPC_FILTERORDER]

Definition at line 156 of file iLBC_define.h.

Referenced by LPCencode().

◆ lsfold

float lsfold[LPC_FILTERORDER]

Definition at line 155 of file iLBC_define.h.

Referenced by LPCencode().

◆ mode

int mode

Definition at line 140 of file iLBC_define.h.

Referenced by FrameClassify(), initEncode(), and SimpleInterpolateLSF().

◆ nasub

int nasub

Definition at line 145 of file iLBC_define.h.

Referenced by iLBC_encode(), and initEncode().

◆ no_of_bytes

int no_of_bytes

Definition at line 146 of file iLBC_define.h.

Referenced by encode(), and initEncode().

◆ no_of_words

int no_of_words

Definition at line 146 of file iLBC_define.h.

Referenced by initEncode().

◆ nsub

int nsub

Definition at line 144 of file iLBC_define.h.

Referenced by FrameClassify(), iLBC_encode(), initEncode(), and SimpleInterpolateLSF().

◆ state_short_len

int state_short_len

Definition at line 148 of file iLBC_define.h.

Referenced by AbsQuantW(), iCBSearch(), iLBC_encode(), and initEncode().

◆ ULP_inst

const iLBC_ULP_Inst_t* ULP_inst

Definition at line 149 of file iLBC_define.h.

Referenced by iLBC_encode(), and initEncode().


The documentation for this struct was generated from the following file: