| Package | Description | 
|---|---|
| jj2000.j2k.entropy.encoder | 
| Modifier and Type | Field and Description | 
|---|---|
| private BitToByteOutput[] | StdEntropyCoder. boutTThe raw bit output used, for each thread | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. rawMagRefPass(CBlkWTData srcblk,
             BitToByteOutput bout,
             boolean doterm,
             int bp,
             int[] state,
             int[] fm,
             int[] ratebuf,
             int pidx,
             int ltpidx,
             int options)Performs the magnitude refinement pass on the specified data and
 bit-plane, without using the arithmetic coder. | 
| private static int | StdEntropyCoder. rawSigProgPass(CBlkWTData srcblk,
              BitToByteOutput bout,
              boolean doterm,
              int bp,
              int[] state,
              int[] fs,
              int[] ratebuf,
              int pidx,
              int ltpidx,
              int options)Performs the significance propagation pass on the specified data and
 bit-plane, without using the arithmetic coder. | 
Copyright © 2015 Open Microscopy Environment