org.mobicents.media.server.impl.dsp.audio.ilbc
Class EncoderState

java.lang.Object
  extended by org.mobicents.media.server.impl.dsp.audio.ilbc.EncoderState

public class EncoderState
extends Object

Author:
oifa yulian

Field Summary
static short BYTES
           
static short ENCODER_MODE
           
static short LPC_N
           
static short NASUB
           
static short SIZE
           
static short STATE_SHORT_LEN
           
static short SUBFRAMES
           
static short WORDS
           
 
Constructor Summary
EncoderState()
           
 
Method Summary
 short[] getAnaMem()
           
 short[] getHpiMemX()
           
 short[] getHpiMemY()
           
 short[] getLpcBuffer()
           
 short[] getLsfDeqOld()
           
 short[] getLsfOld()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODER_MODE

public static final short ENCODER_MODE
See Also:
Constant Field Values

SIZE

public static final short SIZE
See Also:
Constant Field Values

SUBFRAMES

public static final short SUBFRAMES
See Also:
Constant Field Values

NASUB

public static final short NASUB
See Also:
Constant Field Values

BYTES

public static final short BYTES
See Also:
Constant Field Values

WORDS

public static final short WORDS
See Also:
Constant Field Values

LPC_N

public static final short LPC_N
See Also:
Constant Field Values

STATE_SHORT_LEN

public static final short STATE_SHORT_LEN
See Also:
Constant Field Values
Constructor Detail

EncoderState

public EncoderState()
Method Detail

getAnaMem

public short[] getAnaMem()

getLsfOld

public short[] getLsfOld()

getLsfDeqOld

public short[] getLsfDeqOld()

getLpcBuffer

public short[] getLpcBuffer()

getHpiMemX

public short[] getHpiMemX()

getHpiMemY

public short[] getHpiMemY()


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.