Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_NLSF_CB_FLP
extends Object


Field Summary
(package private)  SKP_Silk_NLSF_CBS_FLP[] CBStages
           
(package private)  int[] CDF
           
(package private)  int[] MiddleIx
           
(package private)  float[] NDeltaMin
           
(package private)  int nStages
           
(package private)  int[][] StartPtr
           
 
Constructor Summary
SKP_Silk_NLSF_CB_FLP()
           
SKP_Silk_NLSF_CB_FLP(int nStages, SKP_Silk_NLSF_CBS_FLP[] CBStages, float[] NDeltaMin, int[] CDF, int[][] StartPtr, int[] MiddleIx)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nStages

int nStages

CBStages

SKP_Silk_NLSF_CBS_FLP[] CBStages

NDeltaMin

float[] NDeltaMin

CDF

int[] CDF

StartPtr

int[][] StartPtr

MiddleIx

int[] MiddleIx
Constructor Detail

SKP_Silk_NLSF_CB_FLP

public SKP_Silk_NLSF_CB_FLP()

SKP_Silk_NLSF_CB_FLP

public SKP_Silk_NLSF_CB_FLP(int nStages,
                            SKP_Silk_NLSF_CBS_FLP[] CBStages,
                            float[] NDeltaMin,
                            int[] CDF,
                            int[][] StartPtr,
                            int[] MiddleIx)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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