Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_autocorrelation_FLP
extends Object

compute autocorrelation.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_autocorrelation_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_autocorrelation_FLP(float[] results, int results_offset, float[] inputData, int inputData_offset, int inputDataSize, int correlationCount)
          compute autocorrelation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_autocorrelation_FLP

public Silk_autocorrelation_FLP()
Method Detail

SKP_Silk_autocorrelation_FLP

static void SKP_Silk_autocorrelation_FLP(float[] results,
                                         int results_offset,
                                         float[] inputData,
                                         int inputData_offset,
                                         int inputDataSize,
                                         int correlationCount)
compute autocorrelation.

Parameters:
results - result (length correlationCount)
results_offset - offset of valid data.
inputData - input data to correlate
inputData_offset - offset of valid data.
inputDataSize - length of input
correlationCount - number of correlation taps to compute

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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