Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.audio.g729
Class Lspdec

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.g729.Lspdec

 class Lspdec
extends Object

Author:
Lubomir Marinov (translation of ITU-T C source code to Java)

Constructor Summary
Lspdec()
           
 
Method Summary
(package private)  void d_lsp(int[] index, int index_offset, float[] lsp_q, int bfi)
          Decode lsp parameters
(package private)  void lsp_decw_reset()
          Set the previous LSP vectors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lspdec

Lspdec()
Method Detail

lsp_decw_reset

void lsp_decw_reset()
Set the previous LSP vectors.


d_lsp

void d_lsp(int[] index,
           int index_offset,
           float[] lsp_q,
           int bfi)
Decode lsp parameters

Parameters:
index - input : indexes
index_offset - input : indexes offset
lsp_q - output: decoded lsp
bfi - input : frame erase information

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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