Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by 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

Constructor Summary
Silk_decode_core()
           
 
Method Summary
(package private) 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_decode_core

public Silk_decode_core()
Method Detail

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.

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