Uses of Class
ucar.jpeg.jj2000.j2k.image.DataBlkInt

Packages that use DataBlkInt
ucar.jpeg.colorspace   
ucar.jpeg.icc.lut   
ucar.jpeg.jj2000.j2k.image   
ucar.jpeg.jj2000.j2k.roi.encoder   
 

Uses of DataBlkInt in ucar.jpeg.colorspace
 

Fields in ucar.jpeg.colorspace declared as DataBlkInt
protected  DataBlkInt[] ColorSpaceMapper.inInt
           
protected  DataBlkInt[] ColorSpaceMapper.workInt
           
 

Uses of DataBlkInt in ucar.jpeg.icc.lut
 

Methods in ucar.jpeg.icc.lut with parameters of type DataBlkInt
 void MatrixBasedTransformTosRGB.apply(DataBlkInt[] inb, DataBlkInt[] outb)
          Performs the transform.
 void MatrixBasedTransformTosRGB.apply(DataBlkInt[] inb, DataBlkInt[] outb)
          Performs the transform.
 void MonochromeTransformTosRGB.apply(DataBlkInt inb, DataBlkInt outb)
          Populate the output block by looking up the values in the lut, using the input as lut indices.
 

Uses of DataBlkInt in ucar.jpeg.jj2000.j2k.image
 

Constructors in ucar.jpeg.jj2000.j2k.image with parameters of type DataBlkInt
DataBlkInt(DataBlkInt src)
          Copy constructor.
 

Uses of DataBlkInt in ucar.jpeg.jj2000.j2k.roi.encoder
 

Methods in ucar.jpeg.jj2000.j2k.roi.encoder with parameters of type DataBlkInt
 boolean ArbROIMaskGenerator.getROIMask(DataBlkInt db, Subband sb, int magbits, int c)
          This functions gets a DataBlk the size of the current code-block an fills this block with the ROI mask.
abstract  boolean ROIMaskGenerator.getROIMask(DataBlkInt db, Subband sb, int magbits, int c)
          This functions gets a DataBlk with the size of the current code-block and fills it with the ROI mask.
 boolean RectROIMaskGenerator.getROIMask(DataBlkInt db, Subband sb, int magbits, int c)
          This functions gets a DataBlk the size of the current code-block and fills this block with the ROI mask.
 



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