Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_NLSF_CB_struct
extends Object

Class containing NLSF MSVQ codebook.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  SKP_Silk_NLSF_CBS[] CBStages
           
(package private)  int[] CDF
           
(package private)  int[] MiddleIx
           
(package private)  int[] NDeltaMin_Q15
           
(package private)  int nStages
           
(package private)  int[][] StartPtr
           
 
Constructor Summary
SKP_Silk_NLSF_CB_struct()
           
SKP_Silk_NLSF_CB_struct(int nStates, SKP_Silk_NLSF_CBS[] CBStages, int[] NDeltaMin_Q15, 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[] CBStages

NDeltaMin_Q15

int[] NDeltaMin_Q15

CDF

int[] CDF

StartPtr

int[][] StartPtr

MiddleIx

int[] MiddleIx
Constructor Detail

SKP_Silk_NLSF_CB_struct

public SKP_Silk_NLSF_CB_struct(int nStates,
                               SKP_Silk_NLSF_CBS[] CBStages,
                               int[] NDeltaMin_Q15,
                               int[] CDF,
                               int[][] StartPtr,
                               int[] MiddleIx)

SKP_Silk_NLSF_CB_struct

public SKP_Silk_NLSF_CB_struct()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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