Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_interpolate
extends Object

Interpolate two vectors.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_interpolate()
           
 
Method Summary
(package private) static void SKP_Silk_interpolate(int[] xi, int[] x0, int[] x1, int ifact_Q2, int d)
          Interpolate two vectors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_interpolate

public Silk_interpolate()
Method Detail

SKP_Silk_interpolate

static void SKP_Silk_interpolate(int[] xi,
                                 int[] x0,
                                 int[] x1,
                                 int ifact_Q2,
                                 int d)
Interpolate two vectors.

Parameters:
xi - interpolated vector.
x0 - first vector.
x1 - second vector.
ifact_Q2 - interp. factor, weight on 2nd vector.
d - number of parameters.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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