net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_autocorrelation_FLP
java.lang.Object
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
|
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 |
Silk_autocorrelation_FLP
public Silk_autocorrelation_FLP()
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 correlateinputData_offset - offset of valid data.inputDataSize - length of inputcorrelationCount - number of correlation taps to compute
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.