Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class DeAcelp
extends Object

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

Constructor Summary
DeAcelp()
           
 
Method Summary
(package private) static void decod_ACELP(int sign, int index, float[] cod)
          Algebraic codebook decoder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeAcelp

DeAcelp()
Method Detail

decod_ACELP

static void decod_ACELP(int sign,
                        int index,
                        float[] cod)
Algebraic codebook decoder.

Parameters:
sign - input : signs of 4 pulses
index - input : positions of 4 pulses
cod - output: innovative codevector

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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