Uses of Interface
jj2000.j2k.quantization.quantizer.CBlkQuantDataSrcEnc
-
Packages that use CBlkQuantDataSrcEnc Package Description jj2000.j2k.entropy.encoder jj2000.j2k.quantization.quantizer jj2000.j2k.roi.encoder -
-
Uses of CBlkQuantDataSrcEnc in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as CBlkQuantDataSrcEnc Modifier and Type Field Description protected CBlkQuantDataSrcEnc
EntropyCoder. src
The source of quantized wavelet coefficientsMethods in jj2000.j2k.entropy.encoder with parameters of type CBlkQuantDataSrcEnc 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 CBlkQuantDataSrcEnc Constructor Description EntropyCoder(CBlkQuantDataSrcEnc src)
Initializes the source of quantized wavelet coefficients.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. -
Uses of CBlkQuantDataSrcEnc in jj2000.j2k.quantization.quantizer
Classes in jj2000.j2k.quantization.quantizer that implement CBlkQuantDataSrcEnc Modifier and Type Class Description class
Quantizer
This abstract class provides the general interface for quantizers.class
StdQuantizer
This class implements scalar quantization of integer or floating-point valued source data. -
Uses of CBlkQuantDataSrcEnc in jj2000.j2k.roi.encoder
Classes in jj2000.j2k.roi.encoder that implement CBlkQuantDataSrcEnc Modifier and Type Class Description class
ROIScaler
This class deals with the ROI functionality.
-