Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_NLSF_CBS_FLP
extends Object


Field Summary
(package private)  float[] CB
           
(package private)  int nVectors
           
(package private)  float[] Rates
           
 
Constructor Summary
SKP_Silk_NLSF_CBS_FLP()
           
SKP_Silk_NLSF_CBS_FLP(int nVectors, float[] CB, float[] Rates)
           
SKP_Silk_NLSF_CBS_FLP(int nVectors, float[] CB, int CB_offset, float[] Rates, int Rates_offset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nVectors

int nVectors

CB

float[] CB

Rates

float[] Rates
Constructor Detail

SKP_Silk_NLSF_CBS_FLP

public SKP_Silk_NLSF_CBS_FLP()

SKP_Silk_NLSF_CBS_FLP

public SKP_Silk_NLSF_CBS_FLP(int nVectors,
                             float[] CB,
                             float[] Rates)

SKP_Silk_NLSF_CBS_FLP

public SKP_Silk_NLSF_CBS_FLP(int nVectors,
                             float[] CB,
                             int CB_offset,
                             float[] Rates,
                             int Rates_offset)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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