Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_shape_state_FLP
extends Object

Noise shaping analysis state.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  float HarmBoost_smth
           
(package private)  float HarmShapeGain_smth
           
(package private)  int LastGainIndex
           
(package private)  float Tilt_smth
           
 
Constructor Summary
SKP_Silk_shape_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

LastGainIndex

int LastGainIndex

HarmBoost_smth

float HarmBoost_smth

HarmShapeGain_smth

float HarmShapeGain_smth

Tilt_smth

float Tilt_smth
Constructor Detail

SKP_Silk_shape_state_FLP

SKP_Silk_shape_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.