| Package | Description | 
|---|---|
| io.scif.jj2000.j2k.decoder | |
| io.scif.jj2000.j2k.entropy.encoder | |
| io.scif.media.imageioimpl.plugins.jpeg2000 | 
| Modifier and Type | Field and Description | 
|---|---|
CBlkSizeSpec | 
DecoderSpecs.cblks
Code-blocks sizes specification 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CBlkSizeSpec | 
J2KImageWriteParamJava.getCodeBlockSize()
Gets  
codeBlockSize | 
Copyright © 2015–2022 SCIFIO. All rights reserved.