Package | Description |
---|---|
com.sun.media.imageioimpl.plugins.jpeg2000 | |
jj2000.j2k.entropy.encoder |
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 © 2014 Open Microscopy Environment