| Package | Description | 
|---|---|
| jj2000.j2k.entropy.decoder | 
| Modifier and Type | Field and Description | 
|---|---|
private MQDecoder | 
StdEntropyDecoder.mq
The MQ decoder to use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private boolean | 
StdEntropyDecoder.cleanuppass(DataBlk cblk,
           MQDecoder mq,
           int bp,
           int[] state,
           int[] zc_lut,
           boolean isterm)
Performs the cleanup pass on the specified data and bit-plane. 
 | 
private boolean | 
StdEntropyDecoder.magRefPass(DataBlk cblk,
          MQDecoder mq,
          int bp,
          int[] state,
          boolean isterm)
Performs the magnitude refinement pass on the specified data and
 bit-plane. 
 | 
private boolean | 
StdEntropyDecoder.sigProgPass(DataBlk cblk,
           MQDecoder mq,
           int bp,
           int[] state,
           int[] zc_lut,
           boolean isterm)
Performs the significance propagation pass on the specified data and
 bit-plane. 
 | 
Copyright © 2017 Open Microscopy Environment