Uses of Class
jj2000.j2k.entropy.encoder.EntropyCoder
Packages that use EntropyCoder
-
Uses of EntropyCoder in jj2000.j2k.entropy.encoder
Subclasses of EntropyCoder in jj2000.j2k.entropy.encoderModifier and TypeClassDescriptionclassThis class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.Methods in jj2000.j2k.entropy.encoder that return EntropyCoderModifier and TypeMethodDescriptionstatic EntropyCoderEntropyCoder.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.