| Package | Description | 
|---|---|
| com.sun.media.imageioimpl.plugins.jpeg2000 | |
| jj2000.j2k.entropy.encoder | 
| Modifier and Type | Field and Description | 
|---|---|
private StringSpec | 
J2KImageWriteParamJava.bypass
Uses the lazy coding mode with the entropy coder. 
 | 
private StringSpec | 
J2KImageWriteParamJava.causalCXInfo
Uses vertically stripe causal context formation. 
 | 
private StringSpec | 
J2KImageWriteParamJava.codeSegSymbol
Inserts an error resilience segmentation symbol in the MQ codeword
  at the end of each bit-plane (cleanup pass). 
 | 
private StringSpec | 
J2KImageWriteParamJava.EPH
Specifies whether end of packet header (EPH) markers should be used. 
 | 
private StringSpec | 
J2KImageWriteParamJava.methodForMQLengthCalc
Specifies the algorithm to use in calculating the necessary MQ
  length for each decoding pass. 
 | 
private StringSpec | 
J2KImageWriteParamJava.methodForMQTermination
Specifies the algorithm used to terminate the MQ codeword. 
 | 
private StringSpec | 
J2KImageWriteParamJava.resetMQ
If this is enabled the probability estimates of the MQ coder are
  reset after each arithmetically coded (i.e. 
 | 
private StringSpec | 
J2KImageWriteParamJava.SOP
Specifies whether start of packet (SOP) markers should be used. 
 | 
private StringSpec | 
J2KImageWriteParamJava.terminateOnByte
If this is enabled the codeword (raw or MQ) is terminated on a byte
  boundary after each coding pass. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StringSpec | 
J2KImageWriteParamJava.getBypass()
Gets  
bypass | 
StringSpec | 
J2KImageWriteParamJava.getCausalCXInfo()
Gets  
causalCXInfo | 
StringSpec | 
J2KImageWriteParamJava.getCodeSegSymbol()
Gets  
codeSegSymbol | 
StringSpec | 
J2KImageWriteParamJava.getEPH()
Gets  
EPH | 
StringSpec | 
J2KImageWriteParamJava.getMethodForMQLengthCalc()
Gets  
methodForMQLengthCalc | 
StringSpec | 
J2KImageWriteParamJava.getMethodForMQTermination()
Gets  
methodForMQTermination | 
StringSpec | 
J2KImageWriteParamJava.getResetMQ()
Gets  
resetMQ | 
StringSpec | 
J2KImageWriteParamJava.getSOP()
Gets  
SOP | 
StringSpec | 
J2KImageWriteParamJava.getTerminateOnByte()
Gets  
terminateOnByte | 
| Modifier and Type | Field and Description | 
|---|---|
StringSpec | 
StdEntropyCoder.bms
By-pass mode specifications 
 | 
StringSpec | 
StdEntropyCoder.css
Causal stripes specifications 
 | 
StringSpec | 
StdEntropyCoder.lcs
The length calculation specifications 
 | 
StringSpec | 
StdEntropyCoder.mqrs
MQ reset specifications 
 | 
StringSpec | 
StdEntropyCoder.rts
Regular termination specifications 
 | 
StringSpec | 
StdEntropyCoder.sss
Error resilience segment symbol use specifications 
 | 
StringSpec | 
StdEntropyCoder.tts
The termination type specifications 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EntropyCoder | 
EntropyCoder.createInstance(CBlkQuantDataSrcEnc src,
              J2KImageWriteParamJava wp,
              CBlkSizeSpec cblks,
              PrecinctSizeSpec pss,
              StringSpec bms,
              StringSpec mqrs,
              StringSpec rts,
              StringSpec css,
              StringSpec sss,
              StringSpec lcs,
              StringSpec tts)
Creates a EntropyCoder object for the appropriate entropy coding
 parameters in the parameter list 'pl', and having 'src' as the source
 of quantized data. 
 | 
| Constructor and Description | 
|---|
StdEntropyCoder(CBlkQuantDataSrcEnc src,
               CBlkSizeSpec cblks,
               PrecinctSizeSpec pss,
               StringSpec bms,
               StringSpec mqrs,
               StringSpec rts,
               StringSpec css,
               StringSpec sss,
               StringSpec lcs,
               StringSpec tts)
Instantiates a new entropy coder engine, with the specified source of
 data, nominal block width and height. 
 | 
Copyright © 2017 Open Microscopy Environment