net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class SKP_Silk_resampler_state_struct
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
class SKP_Silk_resampler_state_struct
- extends Object
|
Method Summary |
(package private) void |
down_pre_function(int[] state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
|
void |
memZero()
set all fields of the instance to zero. |
(package private) void |
resampler_function(Object state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
|
(package private) void |
up_post_function(int[] state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
|
(package private) void |
up2_function(int[] state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sIIR
int[] sIIR
sFIR
int[] sFIR
sDown2
int[] sDown2
resampler_function
String resampler_function
resamplerCB
ResamplerFP resamplerCB
up2_function
String up2_function
up2CB
Up2FP up2CB
batchSize
int batchSize
invRatio_Q16
int invRatio_Q16
FIR_Fracs
int FIR_Fracs
input2x
int input2x
Coefs
short[] Coefs
sDownPre
int[] sDownPre
sUpPost
int[] sUpPost
down_pre_function
String down_pre_function
downPreCB
DownPreFP downPreCB
up_post_function
String up_post_function
upPostCB
UpPostFP upPostCB
batchSizePrePost
int batchSizePrePost
ratio_Q16
int ratio_Q16
nPreDownsamplers
int nPreDownsamplers
nPostUpsamplers
int nPostUpsamplers
magic_number
int magic_number
SKP_Silk_resampler_state_struct
SKP_Silk_resampler_state_struct()
resampler_function
void resampler_function(Object state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
up2_function
void up2_function(int[] state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
down_pre_function
void down_pre_function(int[] state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
up_post_function
void up_post_function(int[] state,
short[] out,
int out_offset,
short[] in,
int in_offset,
int len)
memZero
public void memZero()
- set all fields of the instance to zero.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.