Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_predict_state_FLP
extends Object

Prediction analysis state

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  int max_pitch_lag
           
(package private)  int min_pitch_lag
           
(package private)  int pitch_LPC_win_length
           
(package private)  float[] prev_NLSFq
           
 
Constructor Summary
SKP_Silk_predict_state_FLP()
           
 
Method Summary
 void memZero()
          set all fields of the instance to zero
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pitch_LPC_win_length

int pitch_LPC_win_length

min_pitch_lag

int min_pitch_lag

max_pitch_lag

int max_pitch_lag

prev_NLSFq

float[] prev_NLSFq
Constructor Detail

SKP_Silk_predict_state_FLP

SKP_Silk_predict_state_FLP()
Method Detail

memZero

public void memZero()
set all fields of the instance to zero


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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