net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_NLSF_MSVQ_decode
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_NLSF_MSVQ_decode
public Silk_NLSF_MSVQ_decode()
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.
Distributable under LGPL license.