class EBCOTLayer extends Object
EBCOTRateAllocator
Modifier and Type | Field and Description |
---|---|
(package private) int |
actualBytes
The actual number of bytes which are consumed by the the current and
any previous layers.
|
(package private) int |
maxBytes
This is the maximum number of bytes that should be allocated for
this and previous layers.
|
(package private) boolean |
optimize
If true the `maxBytes' value is the hard maximum and the threshold is
determined iteratively.
|
(package private) float |
rdThreshold
The rate-distortion threshold associated with the bit-stream
layer.
|
Constructor and Description |
---|
EBCOTLayer() |
int maxBytes
int actualBytes
boolean optimize
float rdThreshold
Copyright © 2016 Open Microscopy Environment