Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_k2a_FLP
extends Object

step up function, converts reflection coefficients to prediction coefficients.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_k2a_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_k2a_FLP(float[] A, float[] rc, int order)
          step up function, converts reflection coefficients to prediction coefficients.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_k2a_FLP

public Silk_k2a_FLP()
Method Detail

SKP_Silk_k2a_FLP

static void SKP_Silk_k2a_FLP(float[] A,
                             float[] rc,
                             int order)
step up function, converts reflection coefficients to prediction coefficients.

Parameters:
A - prediction coefficients [order].
rc - reflection coefficients [order].
order - prediction order.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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