SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class DecLag3
extends Object

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

Constructor Summary
DecLag3()
           
 
Method Summary
(package private) static void dec_lag3(int index, int pit_min, int pit_max, int i_subfr, IntReference T0, IntReference T0_frac)
          Decoding of fractional pitch lag with 1/3 resolution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecLag3

DecLag3()
Method Detail

dec_lag3

static void dec_lag3(int index,
                     int pit_min,
                     int pit_max,
                     int i_subfr,
                     IntReference T0,
                     IntReference T0_frac)
Decoding of fractional pitch lag with 1/3 resolution. See the source for more details about the encoding procedure.

Parameters:
index - input : received pitch index
pit_min - input : minimum pitch lag
pit_max - input : maximum pitch lag
i_subfr - input : subframe flag
T0 - output: integer part of pitch lag
T0_frac - output: fractional part of pitch lag

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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