Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_resampler_up2
extends Object

Up-sample by a factor 2, low quality.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_resampler_up2()
           
 
Method Summary
(package private) static void SKP_Silk_resampler_up2(int[] S, int S_offset, short[] out, int out_offset, short[] in, int in_offset, int len)
          Up-sample by a factor 2, low quality.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_resampler_up2

public Silk_resampler_up2()
Method Detail

SKP_Silk_resampler_up2

static void SKP_Silk_resampler_up2(int[] S,
                                   int S_offset,
                                   short[] out,
                                   int out_offset,
                                   short[] in,
                                   int in_offset,
                                   int len)
Up-sample by a factor 2, low quality.

Parameters:
S - State vector [ 2 ].
S_offset - offset of valid data.
out - Output signal [ 2 * len ].
out_offset - offset of valid data.
in - Input signal [ len ].
in_offset - offset of valid data.
len - 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.