net.java.sip.communicator.impl.media.codec.audio.g729
Class Lspdec
java.lang.Object
net.java.sip.communicator.impl.media.codec.audio.g729.Lspdec
class Lspdec
- extends Object
- Author:
- Lubomir Marinov (translation of ITU-T C source code to Java)
|
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 |
Lspdec
Lspdec()
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 : indexesindex_offset - input : indexes offsetlsp_q - output: decoded lspbfi - input : frame erase information
SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.