Uses of Class
jj2000.j2k.entropy.encoder.EntropyCoder
-
Packages that use EntropyCoder Package Description jj2000.j2k.entropy.encoder -
-
Uses of EntropyCoder in jj2000.j2k.entropy.encoder
Subclasses of EntropyCoder in jj2000.j2k.entropy.encoder Modifier and Type Class Description class
StdEntropyCoder
This class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.Methods in jj2000.j2k.entropy.encoder that return EntropyCoder Modifier and Type Method 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.
-