Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.audio.silk.Silk_SigProc_FIX_constants
Direct Known Subclasses:
Silk_SigProc_FIX

 class Silk_SigProc_FIX_constants
extends Object

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private) static int LSF_COS_TAB_SZ_FIX
           
(package private) static int SKP_Silk_MAX_CORRELATION_LENGTH
          max input length to the correlation.
(package private) static int SKP_Silk_MAX_ORDER_LPC
          max order of the LPC analysis in schur() and k2a().
(package private) static int SKP_Silk_PITCH_EST_MAX_COMPLEX
           
(package private) static int SKP_Silk_PITCH_EST_MID_COMPLEX
           
(package private) static int SKP_Silk_PITCH_EST_MIN_COMPLEX
           
 
Constructor Summary
Silk_SigProc_FIX_constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKP_Silk_MAX_ORDER_LPC

static final int SKP_Silk_MAX_ORDER_LPC
max order of the LPC analysis in schur() and k2a().

See Also:
Constant Field Values

SKP_Silk_MAX_CORRELATION_LENGTH

static final int SKP_Silk_MAX_CORRELATION_LENGTH
max input length to the correlation.

See Also:
Constant Field Values

SKP_Silk_PITCH_EST_MIN_COMPLEX

static final int SKP_Silk_PITCH_EST_MIN_COMPLEX
See Also:
Constant Field Values

SKP_Silk_PITCH_EST_MID_COMPLEX

static final int SKP_Silk_PITCH_EST_MID_COMPLEX
See Also:
Constant Field Values

SKP_Silk_PITCH_EST_MAX_COMPLEX

static final int SKP_Silk_PITCH_EST_MAX_COMPLEX
See Also:
Constant Field Values

LSF_COS_TAB_SZ_FIX

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

Silk_SigProc_FIX_constants

Silk_SigProc_FIX_constants()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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