Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class SKP_Silk_encoder_state_FLP

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP

 class SKP_Silk_encoder_state_FLP
extends Object

Encoder state FLP.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  float avgGain
           
(package private)  float BufferedInChannel_ms
           
(package private)  float HPLTPredCodGain
           
(package private)  float inBandFEC_SNR_comp
           
(package private)  float LTPCorr
           
(package private)  float mu_LTP
           
(package private)  NoiseShapingQuantizerFP noiseShapingQuantizerCB
           
(package private)  float pitchEstimationThreshold
           
(package private)  float prevLTPredCodGain
           
(package private)  SKP_Silk_NLSF_CB_FLP[] psNLSF_CB_FLP
           
(package private)  SKP_Silk_encoder_state sCmn
           
(package private)  float SNR_dB
           
(package private)  SKP_Silk_nsq_state sNSQ
           
(package private)  SKP_Silk_nsq_state sNSQ_LBRR
           
(package private)  float speech_activity
           
(package private)  SKP_Silk_predict_state_FLP sPred
           
(package private)  SKP_Silk_prefilter_state_FLP sPrefilt
           
(package private)  SKP_Silk_shape_state_FLP sShape
           
(package private)  float variable_HP_smth1
           
(package private)  float variable_HP_smth2
           
(package private)  float[] x_buf
           
(package private)  int x_buf_offset
           
 
Constructor Summary
SKP_Silk_encoder_state_FLP()
           
 
Method Summary
(package private)  void NoiseShapingQuantizer(SKP_Silk_encoder_state psEnc, SKP_Silk_encoder_control psEncCtrl, SKP_Silk_nsq_state NSQ, short[] x, byte[] q, int arg6, short[] arg7, short[] arg8, short[] arg9, int[] arg10, int[] arg11, int[] arg12, int[] arg13, int arg14, int arg15)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sCmn

SKP_Silk_encoder_state sCmn

variable_HP_smth1

float variable_HP_smth1

variable_HP_smth2

float variable_HP_smth2

sShape

SKP_Silk_shape_state_FLP sShape

sPrefilt

SKP_Silk_prefilter_state_FLP sPrefilt

sPred

SKP_Silk_predict_state_FLP sPred

sNSQ

SKP_Silk_nsq_state sNSQ

sNSQ_LBRR

SKP_Silk_nsq_state sNSQ_LBRR

noiseShapingQuantizerCB

NoiseShapingQuantizerFP noiseShapingQuantizerCB

x_buf

float[] x_buf

x_buf_offset

int x_buf_offset

LTPCorr

float LTPCorr

mu_LTP

float mu_LTP

SNR_dB

float SNR_dB

avgGain

float avgGain

BufferedInChannel_ms

float BufferedInChannel_ms

speech_activity

float speech_activity

pitchEstimationThreshold

float pitchEstimationThreshold

prevLTPredCodGain

float prevLTPredCodGain

HPLTPredCodGain

float HPLTPredCodGain

inBandFEC_SNR_comp

float inBandFEC_SNR_comp

psNLSF_CB_FLP

SKP_Silk_NLSF_CB_FLP[] psNLSF_CB_FLP
Constructor Detail

SKP_Silk_encoder_state_FLP

SKP_Silk_encoder_state_FLP()
Method Detail

NoiseShapingQuantizer

void NoiseShapingQuantizer(SKP_Silk_encoder_state psEnc,
                           SKP_Silk_encoder_control psEncCtrl,
                           SKP_Silk_nsq_state NSQ,
                           short[] x,
                           byte[] q,
                           int arg6,
                           short[] arg7,
                           short[] arg8,
                           short[] arg9,
                           int[] arg10,
                           int[] arg11,
                           int[] arg12,
                           int[] arg13,
                           int arg14,
                           int arg15)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.