net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_k2a_FLP
java.lang.Object
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
|
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 |
Silk_k2a_FLP
public Silk_k2a_FLP()
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.
Distributable under LGPL license.