Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_NLSF_MSVQ_decode
extends Object

NLSF vector decoder.

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_NLSF_MSVQ_decode()
           
 
Method Summary
(package private) static void SKP_Silk_NLSF_MSVQ_decode(int[] pNLSF_Q15, SKP_Silk_NLSF_CB_struct psNLSF_CB, int[] NLSFIndices, int LPC_order)
          NLSF vector decoder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_NLSF_MSVQ_decode

public Silk_NLSF_MSVQ_decode()
Method Detail

SKP_Silk_NLSF_MSVQ_decode

static void SKP_Silk_NLSF_MSVQ_decode(int[] pNLSF_Q15,
                                      SKP_Silk_NLSF_CB_struct psNLSF_CB,
                                      int[] NLSFIndices,
                                      int LPC_order)
NLSF vector decoder.

Parameters:
pNLSF_Q15 - decoded output vector [LPC_ORDER x 1].
psNLSF_CB - NLSF codebook struct.
NLSFIndices - NLSF indices [nStages x 1].
LPC_order - LPC order used.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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