Uses of Class
jj2000.j2k.entropy.CBlkSizeSpec
-
Packages that use CBlkSizeSpec Package Description com.sun.media.imageioimpl.plugins.jpeg2000 jj2000.j2k.decoder jj2000.j2k.entropy.encoder -
-
Uses of CBlkSizeSpec in com.sun.media.imageioimpl.plugins.jpeg2000
Methods in com.sun.media.imageioimpl.plugins.jpeg2000 that return CBlkSizeSpec Modifier and Type Method Description CBlkSizeSpec
J2KImageWriteParamJava. getCodeBlockSize()
GetscodeBlockSize
-
Uses of CBlkSizeSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as CBlkSizeSpec Modifier and Type Field Description CBlkSizeSpec
DecoderSpecs. cblks
Code-blocks sizes specification -
Uses of CBlkSizeSpec in jj2000.j2k.entropy.encoder
Methods in jj2000.j2k.entropy.encoder with parameters of type CBlkSizeSpec 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.Constructors in jj2000.j2k.entropy.encoder with parameters of type CBlkSizeSpec Constructor 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.
-