util
Class Counters

java.lang.Object
  extended by util.Counters

public class Counters
extends java.lang.Object

Counters class provides counts of various layers, bit count and bits to be read

Author:
shankar

Field Summary
 long bitCount
          Total bits count
 long bitsToRead
          Bits to Read
 long count
          Count for total number of frames.
 long layer1Count
          Bits allocated to layer1
 long layer2Count
          Bits allocated to layer2
 long layer3Count
          Bits allocated to layer3
 long layer4Count
          Bits allocated to layer4
 long layer5Count
          Bits allocated to layer5
 long layer6Count
          Bits allocated to layer6
 long layer7Count
          Bits allocated to layer7
 int maxCoeff
          Maximum coefficient used in refine LSP.
 
Constructor Summary
Counters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bitCount

public long bitCount
Total bits count


bitsToRead

public long bitsToRead
Bits to Read


layer1Count

public long layer1Count
Bits allocated to layer1


layer2Count

public long layer2Count
Bits allocated to layer2


layer3Count

public long layer3Count
Bits allocated to layer3


layer4Count

public long layer4Count
Bits allocated to layer4


layer5Count

public long layer5Count
Bits allocated to layer5


layer6Count

public long layer6Count
Bits allocated to layer6


layer7Count

public long layer7Count
Bits allocated to layer7


count

public long count
Count for total number of frames.


maxCoeff

public int maxCoeff
Maximum coefficient used in refine LSP.

Constructor Detail

Counters

public Counters()