net.java.sip.communicator.impl.neomedia.codec.audio.silk
Class Silk_decode_core
java.lang.Object
net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decode_core
public class Silk_decode_core
- extends Object
Core decoder. Performs inverse NSQ operation LTP + LPC
- Author:
- Jing Dai, Dingxin Xu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Silk_decode_core
public Silk_decode_core()
SKP_Silk_decode_core
static void SKP_Silk_decode_core(SKP_Silk_decoder_state psDec,
SKP_Silk_decoder_control psDecCtrl,
short[] xq,
int xq_offset,
int[] q)
- Core decoder. Performs inverse NSQ operation LTP + LPC.
- Parameters:
psDec - Decoder state.psDecCtrl - Decoder control.xq - Decoded speech.xq_offset - offset of the valid data.q - Pulse signal.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.