net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_resampler_down2
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_resampler_down2
public class Silk_resampler_down2
- extends Object
Downsample by a factor 2, mediocre quality.
- Author:
- Jing Dai, Dingxin Xu
|
Method Summary |
(package private) static void |
SKP_Silk_resampler_down2(int[] S,
int S_offset,
short[] out,
int out_offset,
short[] in,
int in_offset,
int inLen)
Downsample by a factor 2, mediocre quality. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_resampler_down2
public Silk_resampler_down2()
SKP_Silk_resampler_down2
static void SKP_Silk_resampler_down2(int[] S,
int S_offset,
short[] out,
int out_offset,
short[] in,
int in_offset,
int inLen)
- Downsample by a factor 2, mediocre quality.
- Parameters:
S - State vector [ 2 ].S_offset - offset of valid data.out - Output signal [ len ].out_offset - offset of valid data.in - Input signal [ floor(len/2) ].in_offset - offset of valid data.inLen - Number of input samples.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.