Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class Silk_pitch_est_defines
extends Object

Definitions For Fix pitch estimator

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static int PITCH_EST_FLATCONTOUR_BIAS_Q20
           
(package private) static int PITCH_EST_PREVLAG_BIAS_Q15
           
(package private) static int PITCH_EST_SHORTLAG_BIAS_Q15
           
 
Constructor Summary
Silk_pitch_est_defines()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PITCH_EST_SHORTLAG_BIAS_Q15

static final int PITCH_EST_SHORTLAG_BIAS_Q15
See Also:
Constant Field Values

PITCH_EST_PREVLAG_BIAS_Q15

static final int PITCH_EST_PREVLAG_BIAS_Q15
See Also:
Constant Field Values

PITCH_EST_FLATCONTOUR_BIAS_Q20

static final int PITCH_EST_FLATCONTOUR_BIAS_Q20
See Also:
Constant Field Values
Constructor Detail

Silk_pitch_est_defines

public Silk_pitch_est_defines()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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