Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_resampler_state_struct
extends Object


Field Summary
(package private)  int batchSize
           
(package private)  int batchSizePrePost
           
(package private)  short[] Coefs
           
(package private)  String down_pre_function
           
(package private)  DownPreFP downPreCB
           
(package private)  int FIR_Fracs
           
(package private)  int input2x
           
(package private)  int invRatio_Q16
           
(package private)  int magic_number
           
(package private)  int nPostUpsamplers
           
(package private)  int nPreDownsamplers
           
(package private)  int ratio_Q16
           
(package private)  String resampler_function
           
(package private)  ResamplerFP resamplerCB
           
(package private)  int[] sDown2
           
(package private)  int[] sDownPre
           
(package private)  int[] sFIR
           
(package private)  int[] sIIR
           
(package private)  int[] sUpPost
           
(package private)  String up_post_function
           
(package private)  String up2_function
           
(package private)  Up2FP up2CB
           
(package private)  UpPostFP upPostCB
           
 
Constructor Summary
SKP_Silk_resampler_state_struct()
           
 
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
 

Field Detail

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
Constructor Detail

SKP_Silk_resampler_state_struct

SKP_Silk_resampler_state_struct()
Method Detail

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.

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