Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_prefilter_state_FLP
extends Object

Prefilter state

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  int lagPrev
           
(package private)  int rand_seed
           
(package private)  int sAR_shp_buf_idx2
           
(package private)  float[] sAR_shp1
           
(package private)  float[] sAR_shp2
           
(package private)  float sHarmHP
           
(package private)  float sLF_AR_shp1
           
(package private)  float sLF_AR_shp2
           
(package private)  float sLF_MA_shp1
           
(package private)  float sLF_MA_shp2
           
(package private)  int sLTP_shp_buf_idx1
           
(package private)  int sLTP_shp_buf_idx2
           
(package private)  float[] sLTP_shp1
           
(package private)  float[] sLTP_shp2
           
 
Constructor Summary
SKP_Silk_prefilter_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

sLTP_shp1

float[] sLTP_shp1

sLTP_shp2

float[] sLTP_shp2

sAR_shp1

float[] sAR_shp1

sAR_shp2

float[] sAR_shp2

sLTP_shp_buf_idx1

int sLTP_shp_buf_idx1

sLTP_shp_buf_idx2

int sLTP_shp_buf_idx2

sAR_shp_buf_idx2

int sAR_shp_buf_idx2

sLF_AR_shp1

float sLF_AR_shp1

sLF_MA_shp1

float sLF_MA_shp1

sLF_AR_shp2

float sLF_AR_shp2

sLF_MA_shp2

float sLF_MA_shp2

sHarmHP

float sHarmHP

rand_seed

int rand_seed

lagPrev

int lagPrev
Constructor Detail

SKP_Silk_prefilter_state_FLP

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