Package | Description |
---|---|
jj2000.j2k.entropy.encoder |
Modifier and Type | Field and Description |
---|---|
private MQCoder[] |
StdEntropyCoder.mqT
The MQ coder used, for each thread
|
Modifier and Type | Method and Description |
---|---|
private static int |
StdEntropyCoder.cleanuppass(CBlkWTData srcblk,
MQCoder mq,
boolean doterm,
int bp,
int[] state,
int[] fs,
int[] zc_lut,
int[] symbuf,
int[] ctxtbuf,
int[] ratebuf,
int pidx,
int ltpidx,
int options)
Performs the cleanup pass on the specified data and bit-plane.
|
private static void |
StdEntropyCoder.compressCodeBlock(int c,
CBlkRateDistStats ccb,
CBlkWTData srcblk,
MQCoder mq,
BitToByteOutput bout,
ByteOutputBuffer out,
int[] state,
double[] distbuf,
int[] ratebuf,
boolean[] istermbuf,
int[] symbuf,
int[] ctxtbuf,
int options,
boolean rev,
int lcType,
int tType)
Compresses the code-block in 'srcblk' and puts the results in 'ccb',
using the specified options and temporary storage.
|
private static int |
StdEntropyCoder.magRefPass(CBlkWTData srcblk,
MQCoder mq,
boolean doterm,
int bp,
int[] state,
int[] fm,
int[] symbuf,
int[] ctxtbuf,
int[] ratebuf,
int pidx,
int ltpidx,
int options)
Performs the magnitude refinement pass on the specified data and
bit-plane.
|
private static int |
StdEntropyCoder.sigProgPass(CBlkWTData srcblk,
MQCoder mq,
boolean doterm,
int bp,
int[] state,
int[] fs,
int[] zc_lut,
int[] symbuf,
int[] ctxtbuf,
int[] ratebuf,
int pidx,
int ltpidx,
int options)
Performs the significance propagation pass on the specified data and
bit-plane.
|
Copyright © 2016 Open Microscopy Environment