Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_wrappers_FLP
extends Object

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static long ar2_q13_file_offset
           
(package private) static int frame_cnt
           
(package private) static long x_16_file_offset
           
 
Constructor Summary
Silk_wrappers_FLP()
           
 
Method Summary
(package private) static void SKP_Silk_A2NLSF_FLP(float[] pNLSF, float[] pAR, int LPC_order)
           
(package private) static void SKP_Silk_interpolate_wrapper_FLP(float[] xi, float[] x0, float[] x1, float ifact, int d)
           
(package private) static void SKP_Silk_NLSF_stabilize_FLP(float[] pNLSF, float[] pNDelta_min, int LPC_order)
           
(package private) static void SKP_Silk_NLSF2A_stable_FLP(float[] pAR, float[] pNLSF, int LPC_order)
           
(package private) static void SKP_Silk_NSQ_wrapper_FLP(SKP_Silk_encoder_state_FLP psEnc, SKP_Silk_encoder_control_FLP psEncCtrl, float[] x, int x_offset, byte[] q, int q_offset, int useLBRR)
           
(package private) static int SKP_Silk_VAD_FLP(SKP_Silk_encoder_state_FLP psEnc, SKP_Silk_encoder_control_FLP psEncCtrl, short[] pIn, int pIn_offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ar2_q13_file_offset

static long ar2_q13_file_offset

x_16_file_offset

static long x_16_file_offset

frame_cnt

static int frame_cnt
Constructor Detail

Silk_wrappers_FLP

public Silk_wrappers_FLP()
Method Detail

SKP_Silk_A2NLSF_FLP

static void SKP_Silk_A2NLSF_FLP(float[] pNLSF,
                                float[] pAR,
                                int LPC_order)

SKP_Silk_NLSF2A_stable_FLP

static void SKP_Silk_NLSF2A_stable_FLP(float[] pAR,
                                       float[] pNLSF,
                                       int LPC_order)

SKP_Silk_NLSF_stabilize_FLP

static void SKP_Silk_NLSF_stabilize_FLP(float[] pNLSF,
                                        float[] pNDelta_min,
                                        int LPC_order)

SKP_Silk_interpolate_wrapper_FLP

static void SKP_Silk_interpolate_wrapper_FLP(float[] xi,
                                             float[] x0,
                                             float[] x1,
                                             float ifact,
                                             int d)

SKP_Silk_VAD_FLP

static int SKP_Silk_VAD_FLP(SKP_Silk_encoder_state_FLP psEnc,
                            SKP_Silk_encoder_control_FLP psEncCtrl,
                            short[] pIn,
                            int pIn_offset)

SKP_Silk_NSQ_wrapper_FLP

static void SKP_Silk_NSQ_wrapper_FLP(SKP_Silk_encoder_state_FLP psEnc,
                                     SKP_Silk_encoder_control_FLP psEncCtrl,
                                     float[] x,
                                     int x_offset,
                                     byte[] q,
                                     int q_offset,
                                     int useLBRR)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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