|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfi.helsinki.cs.ohtu.mpeg2.audio.mpa.QuantizationTables.QLevel
private static class QuantizationTables.QLevel
Represents a quantization level. In other words, binds together values used in bit allocation (or quantization level determination) and sample quantization.
| Field Summary | |
|---|---|
int |
bits
Number of bits used to encode the level |
boolean |
grouped
Whether to encode samples as groups of three or individually |
double |
snr
Signal-to-noise ratio in dB |
int |
steps
Number of quantization steps |
| Constructor Summary | |
|---|---|
QuantizationTables.QLevel(int steps,
int bits,
boolean grouped,
double snr)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int steps
public final int bits
public final boolean grouped
public final double snr
| Constructor Detail |
|---|
public QuantizationTables.QLevel(int steps,
int bits,
boolean grouped,
double snr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||