Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_resampler_rom
extends Object

Filter coefficients for IIR/FIR polyphase resampling. Total size: 550 Words (1.1 kB).

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static int RESAMPLER_DOWN_ORDER_FIR
           
(package private) static int RESAMPLER_ORDER_FIR_144
           
(package private) static short[] SKP_Silk_Resampler_1_2_COEFS
           
(package private) static short[] SKP_Silk_Resampler_1_3_COEFS
           
(package private) static short[] SKP_Silk_Resampler_1_3_COEFS_LQ
           
(package private) static short[] SKP_Silk_Resampler_120_441_ARMA4_COEFS
           
(package private) static short[] SKP_Silk_Resampler_160_441_ARMA4_COEFS
           
(package private) static short[] SKP_Silk_Resampler_2_3_COEFS
           
(package private) static short[] SKP_Silk_Resampler_2_3_COEFS_LQ
           
(package private) static short[] SKP_Silk_Resampler_240_441_ARMA4_COEFS
           
(package private) static short[] SKP_Silk_Resampler_3_4_COEFS
           
(package private) static short[] SKP_Silk_Resampler_3_8_COEFS
           
(package private) static short[] SKP_Silk_Resampler_320_441_ARMA4_COEFS
           
(package private) static short[] SKP_Silk_Resampler_80_441_ARMA4_COEFS
           
(package private) static short SKP_Silk_resampler_down2_0
           
(package private) static short SKP_Silk_resampler_down2_1
           
(package private) static short[][] SKP_Silk_resampler_frac_FIR_144
           
(package private) static short[] SKP_Silk_resampler_up2_hq_0
           
(package private) static short[] SKP_Silk_resampler_up2_hq_1
           
(package private) static short[] SKP_Silk_resampler_up2_hq_notch
           
(package private) static short SKP_Silk_resampler_up2_lq_0
           
(package private) static short SKP_Silk_resampler_up2_lq_1
           
 
Constructor Summary
Silk_resampler_rom()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESAMPLER_DOWN_ORDER_FIR

static final int RESAMPLER_DOWN_ORDER_FIR
See Also:
Constant Field Values

RESAMPLER_ORDER_FIR_144

static final int RESAMPLER_ORDER_FIR_144
See Also:
Constant Field Values

SKP_Silk_resampler_down2_0

static final short SKP_Silk_resampler_down2_0
See Also:
Constant Field Values

SKP_Silk_resampler_down2_1

static final short SKP_Silk_resampler_down2_1
See Also:
Constant Field Values

SKP_Silk_resampler_up2_lq_0

static final short SKP_Silk_resampler_up2_lq_0
See Also:
Constant Field Values

SKP_Silk_resampler_up2_lq_1

static final short SKP_Silk_resampler_up2_lq_1
See Also:
Constant Field Values

SKP_Silk_resampler_up2_hq_0

static short[] SKP_Silk_resampler_up2_hq_0

SKP_Silk_resampler_up2_hq_1

static short[] SKP_Silk_resampler_up2_hq_1

SKP_Silk_resampler_up2_hq_notch

static short[] SKP_Silk_resampler_up2_hq_notch

SKP_Silk_Resampler_3_4_COEFS

static short[] SKP_Silk_Resampler_3_4_COEFS

SKP_Silk_Resampler_2_3_COEFS

static short[] SKP_Silk_Resampler_2_3_COEFS

SKP_Silk_Resampler_1_2_COEFS

static short[] SKP_Silk_Resampler_1_2_COEFS

SKP_Silk_Resampler_3_8_COEFS

static short[] SKP_Silk_Resampler_3_8_COEFS

SKP_Silk_Resampler_1_3_COEFS

static short[] SKP_Silk_Resampler_1_3_COEFS

SKP_Silk_Resampler_2_3_COEFS_LQ

static short[] SKP_Silk_Resampler_2_3_COEFS_LQ

SKP_Silk_Resampler_1_3_COEFS_LQ

static short[] SKP_Silk_Resampler_1_3_COEFS_LQ

SKP_Silk_Resampler_320_441_ARMA4_COEFS

static short[] SKP_Silk_Resampler_320_441_ARMA4_COEFS

SKP_Silk_Resampler_240_441_ARMA4_COEFS

static short[] SKP_Silk_Resampler_240_441_ARMA4_COEFS

SKP_Silk_Resampler_160_441_ARMA4_COEFS

static short[] SKP_Silk_Resampler_160_441_ARMA4_COEFS

SKP_Silk_Resampler_120_441_ARMA4_COEFS

static short[] SKP_Silk_Resampler_120_441_ARMA4_COEFS

SKP_Silk_Resampler_80_441_ARMA4_COEFS

static short[] SKP_Silk_Resampler_80_441_ARMA4_COEFS

SKP_Silk_resampler_frac_FIR_144

static short[][] SKP_Silk_resampler_frac_FIR_144
Constructor Detail

Silk_resampler_rom

public Silk_resampler_rom()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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