Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

 class SKP_Silk_range_coder_state
extends Object

Range encoder/decoder state.

Author:
Jing Dai, Dingxin Xu

Field Summary
(package private)  long base_Q32
           
(package private)  byte[] buffer
           
(package private)  int bufferIx
           
(package private)  int bufferLength
           
(package private)  int error
           
(package private)  long range_Q16
           
 
Constructor Summary
SKP_Silk_range_coder_state()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bufferLength

int bufferLength

bufferIx

int bufferIx

base_Q32

long base_Q32

range_Q16

long range_Q16

error

int error

buffer

byte[] buffer
Constructor Detail

SKP_Silk_range_coder_state

SKP_Silk_range_coder_state()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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