Uses of Interface
ucar.jpeg.jj2000.j2k.quantization.quantizer.CBlkQuantDataSrcEnc

Packages that use CBlkQuantDataSrcEnc
ucar.jpeg.jj2000.j2k.entropy.encoder   
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.roi.encoder   
 

Uses of CBlkQuantDataSrcEnc in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Fields in ucar.jpeg.jj2000.j2k.entropy.encoder declared as CBlkQuantDataSrcEnc
protected  CBlkQuantDataSrcEnc EntropyCoder.src
          The source of quantized wavelet coefficients
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type CBlkQuantDataSrcEnc
static EntropyCoder EntropyCoder.createInstance(CBlkQuantDataSrcEnc src, ParameterList pl, 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 ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type CBlkQuantDataSrcEnc
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 ucar.jpeg.jj2000.j2k.quantization.quantizer
 

Classes in ucar.jpeg.jj2000.j2k.quantization.quantizer that implement CBlkQuantDataSrcEnc
 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 ucar.jpeg.jj2000.j2k.roi.encoder
 

Classes in ucar.jpeg.jj2000.j2k.roi.encoder that implement CBlkQuantDataSrcEnc
 class ROIScaler
          This class deals with the ROI functionality.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.