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 CBlkQuantDataSrcEncEntropyCoder. srcThe source of quantized wavelet coefficientsMethods in jj2000.j2k.entropy.encoder with parameters of type CBlkQuantDataSrcEnc Modifier and Type Method Description static 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.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 classQuantizerThis abstract class provides the general interface for quantizers.classStdQuantizerThis 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 classROIScalerThis class deals with the ROI functionality.
-