Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_NLSF_CBS
extends Object

Class for one stage of MSVQ.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  short[] CB_NLSF_Q15
           
(package private)  int nVectors
           
(package private)  short[] Rates_Q5
           
 
Constructor Summary
SKP_Silk_NLSF_CBS()
           
SKP_Silk_NLSF_CBS(int nVectors, short[] SKP_Silk_NLSF_MSVQ_CB0_10_Q15, int Q15_offset, short[] SKP_Silk_NLSF_MSVQ_CB0_10_rates_Q5, int Q5_offset)
           
SKP_Silk_NLSF_CBS(int nVectors, short[] CB_NLSF_Q15, short[] Rates_Q5)
           
 
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_NLSF_Q15

short[] CB_NLSF_Q15

Rates_Q5

short[] Rates_Q5
Constructor Detail

SKP_Silk_NLSF_CBS

public SKP_Silk_NLSF_CBS(int nVectors,
                         short[] CB_NLSF_Q15,
                         short[] Rates_Q5)

SKP_Silk_NLSF_CBS

public SKP_Silk_NLSF_CBS(int nVectors,
                         short[] SKP_Silk_NLSF_MSVQ_CB0_10_Q15,
                         int Q15_offset,
                         short[] SKP_Silk_NLSF_MSVQ_CB0_10_rates_Q5,
                         int Q5_offset)

SKP_Silk_NLSF_CBS

public SKP_Silk_NLSF_CBS()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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