Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_decode_parameters

public class Silk_decode_parameters
extends Object

Decode parameters from payload

Author:
Jing Dai, Dingxin Xu

Constructor Summary
Silk_decode_parameters()
           
 
Method Summary
(package private) static void SKP_Silk_decode_parameters(SKP_Silk_decoder_state psDec, SKP_Silk_decoder_control psDecCtrl, int[] q, int fullDecoding)
          Decode parameters from payload.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silk_decode_parameters

public Silk_decode_parameters()
Method Detail

SKP_Silk_decode_parameters

static void SKP_Silk_decode_parameters(SKP_Silk_decoder_state psDec,
                                       SKP_Silk_decoder_control psDecCtrl,
                                       int[] q,
                                       int fullDecoding)
Decode parameters from payload.

Parameters:
psDec - decoder state.
psDecCtrl - Decoder control.
q - Excitation signal
fullDecoding - Flag to tell if only arithmetic decoding

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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