Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_resampler_private_copy
extends Object

Simple opy.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_resampler_private_copy()
           
 
Method Summary
(package private) static void SKP_Silk_resampler_private_copy(Object SS, short[] out, int out_offset, short[] in, int in_offset, int inLen)
          Simple copy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_resampler_private_copy

public Silk_resampler_private_copy()
Method Detail

SKP_Silk_resampler_private_copy

static void SKP_Silk_resampler_private_copy(Object SS,
                                            short[] out,
                                            int out_offset,
                                            short[] in,
                                            int in_offset,
                                            int inLen)
Simple copy.

Parameters:
SS - Resampler state (unused).
out - Output signal
out_offset - offset of valid data.
in - Input signal
in_offset - offset of valid data.
inLen - Number of input samples

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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