Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_scale_copy_vector_FLP
extends Object

copy and multiply a vector by a constant

Author:
Dingxin Xu

Constructor Summary
Silk_scale_copy_vector_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_scale_copy_vector_FLP(float[] data_out, int data_out_offset, float[] data_in, int data_in_offset, float gain, int dataSize)
          copy and multiply a vector by a constant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_scale_copy_vector_FLP

public Silk_scale_copy_vector_FLP()
Method Detail

SKP_Silk_scale_copy_vector_FLP

static void SKP_Silk_scale_copy_vector_FLP(float[] data_out,
                                           int data_out_offset,
                                           float[] data_in,
                                           int data_in_offset,
                                           float gain,
                                           int dataSize)
copy and multiply a vector by a constant.

Parameters:
data_out -
data_out_offset -
data_in -
data_in_offset -
gain -
dataSize -

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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