Uses of Class
ucar.jpeg.jj2000.j2k.wavelet.synthesis.SubbandSyn

Packages that use SubbandSyn
ucar.jpeg.jj2000.j2k.codestream.reader   
ucar.jpeg.jj2000.j2k.entropy.decoder   
ucar.jpeg.jj2000.j2k.quantization.dequantizer   
ucar.jpeg.jj2000.j2k.roi   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of SubbandSyn in ucar.jpeg.jj2000.j2k.codestream.reader
 

Fields in ucar.jpeg.jj2000.j2k.codestream.reader declared as SubbandSyn
protected  SubbandSyn[] BitstreamReaderAgent.subbTrees
          The subband trees for each component in the current tile.
 

Methods in ucar.jpeg.jj2000.j2k.codestream.reader that return SubbandSyn
 SubbandSyn BitstreamReaderAgent.getSynSubbandTree(int t, int c)
          Returns the subband tree, for the specified tile-component.
 

Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type SubbandSyn
 DecLyrdCBlk FileBitstreamReaderAgent.getCodeBlock(int c, int m, int n, SubbandSyn sb, int fl, int nl, DecLyrdCBlk ccb)
          Returns the specified coded code-block, for the specified component, in the current tile.
protected  void BitstreamReaderAgent.initSubbandsFields(int c, SubbandSyn sb)
          Initialises subbands fields, such as number of code-blocks, code-blocks dimension and number of magnitude bits, in the subband tree.
 

Uses of SubbandSyn in ucar.jpeg.jj2000.j2k.entropy.decoder
 

Methods in ucar.jpeg.jj2000.j2k.entropy.decoder that return SubbandSyn
 SubbandSyn EntropyDecoder.getSynSubbandTree(int t, int c)
          Returns the subband tree, for the specified tile-component.
 

Methods in ucar.jpeg.jj2000.j2k.entropy.decoder with parameters of type SubbandSyn
 DataBlk StdEntropyDecoder.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DecLyrdCBlk CodedCBlkDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, int fl, int nl, DecLyrdCBlk ccb)
          Returns the specified coded code-block, for the specified component, in the current tile.
 DataBlk StdEntropyDecoder.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Uses of SubbandSyn in ucar.jpeg.jj2000.j2k.quantization.dequantizer
 

Methods in ucar.jpeg.jj2000.j2k.quantization.dequantizer that return SubbandSyn
 SubbandSyn Dequantizer.getSynSubbandTree(int t, int c)
          Returns the subband tree, for the specified tile-component.
 

Methods in ucar.jpeg.jj2000.j2k.quantization.dequantizer with parameters of type SubbandSyn
 DataBlk CBlkQuantDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk StdDequantizer.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk CBlkQuantDataSrcDec.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 DataBlk StdDequantizer.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Uses of SubbandSyn in ucar.jpeg.jj2000.j2k.roi
 

Methods in ucar.jpeg.jj2000.j2k.roi that return SubbandSyn
 SubbandSyn ROIDeScaler.getSynSubbandTree(int t, int c)
          Returns the subband tree, for the specified tile-component.
 

Methods in ucar.jpeg.jj2000.j2k.roi with parameters of type SubbandSyn
 DataBlk ROIDeScaler.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk ROIDeScaler.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Uses of SubbandSyn in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis that return SubbandSyn
 SubbandSyn MultiResImgData.getSynSubbandTree(int t, int c)
          Returns the specified synthesis subband tree
 SubbandSyn InvWTAdapter.getSynSubbandTree(int t, int c)
          Returns the specified synthesis subband tree
 SubbandSyn InvWTData.getSynSubbandTree(int t, int c)
          Returns the subband tree, for the specified tile-component.
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis with parameters of type SubbandSyn
 DataBlk CBlkWTDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk CBlkWTDataSrcDec.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 



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