Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_energy_FLP
extends Object

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_energy_FLP()
           
 
Method Summary
(package private) static double SKP_Silk_energy_FLP(float[] data, int data_offset, int dataSize)
          sum of squares of a float array, with result as double.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_energy_FLP

public Silk_energy_FLP()
Method Detail

SKP_Silk_energy_FLP

static double SKP_Silk_energy_FLP(float[] data,
                                  int data_offset,
                                  int dataSize)
sum of squares of a float array, with result as double.

Parameters:
data -
data_offset -
dataSize -
Returns:

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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