Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_schur_FLP
extends Object

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_schur_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_schur_FLP(float[] refl_coef, int ref1_coef_offset, float[] auto_corr, int auto_corr_offset, int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_schur_FLP

public Silk_schur_FLP()
Method Detail

SKP_Silk_schur_FLP

static void SKP_Silk_schur_FLP(float[] refl_coef,
                               int ref1_coef_offset,
                               float[] auto_corr,
                               int auto_corr_offset,
                               int order)
Parameters:
refl_coef - reflection coefficients (length order)
ref1_coef_offset - offset of valid data.
auto_corr - autotcorreation sequence (length order+1)
auto_corr_offset - offset of valid data.
order - order

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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