|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.Counters
public class Counters
Counters class provides counts of various layers, bit count and bits to be read
| 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 |
|---|
public long bitCount
public long bitsToRead
public long layer1Count
public long layer2Count
public long layer3Count
public long layer4Count
public long layer5Count
public long layer6Count
public long layer7Count
public long count
public int maxCoeff
| Constructor Detail |
|---|
public Counters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||