Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_decoder_control
extends Object

Decoder control.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  int[] dummy_int32PredCoef_Q12
           
(package private)  int[] Gains_Q16
           
(package private)  int LTP_scale_Q14
           
(package private)  short[] LTPCoef_Q14
           
(package private)  int NLSFInterpCoef_Q2
           
(package private)  int PERIndex
           
(package private)  int[] pitchL
           
(package private)  short[][] PredCoef_Q12
           
(package private)  int QuantOffsetType
           
(package private)  int RateLevelIndex
           
(package private)  int Seed
           
(package private)  int sigtype
           
 
Constructor Summary
SKP_Silk_decoder_control()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pitchL

int[] pitchL

Gains_Q16

int[] Gains_Q16

Seed

int Seed

dummy_int32PredCoef_Q12

int[] dummy_int32PredCoef_Q12

PredCoef_Q12

short[][] PredCoef_Q12

LTPCoef_Q14

short[] LTPCoef_Q14

LTP_scale_Q14

int LTP_scale_Q14

PERIndex

int PERIndex

RateLevelIndex

int RateLevelIndex

QuantOffsetType

int QuantOffsetType

sigtype

int sigtype

NLSFInterpCoef_Q2

int NLSFInterpCoef_Q2
Constructor Detail

SKP_Silk_decoder_control

SKP_Silk_decoder_control()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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