Uses of Class
ucar.jpeg.jj2000.j2k.wavelet.analysis.SubbandAn

Packages that use SubbandAn
ucar.jpeg.jj2000.j2k.entropy.encoder   
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.roi.encoder   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

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

Fields in ucar.jpeg.jj2000.j2k.entropy.encoder declared as SubbandAn
 SubbandAn CBlkRateDistStats.sb
          The subband to which the code-block belongs
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder that return SubbandAn
 SubbandAn EntropyCoder.getAnSubbandTree(int t, int c)
          Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.
 

Uses of SubbandAn in ucar.jpeg.jj2000.j2k.quantization.quantizer
 

Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer that return SubbandAn
 SubbandAn Quantizer.getAnSubbandTree(int t, int c)
          Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
 

Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer with parameters of type SubbandAn
protected  void StdQuantizer.calcSbParams(SubbandAn sb, int c)
          Calculates the parameters of the SubbandAn objects that depend on the Quantizer.
protected abstract  void Quantizer.calcSbParams(SubbandAn sb, int n)
          Calculates the parameters of the SubbandAn objects that depend on the Quantizer.
 

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

Methods in ucar.jpeg.jj2000.j2k.roi.encoder that return SubbandAn
 SubbandAn ROIScaler.getAnSubbandTree(int t, int c)
          Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
 

Uses of SubbandAn in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Fields in ucar.jpeg.jj2000.j2k.wavelet.analysis declared as SubbandAn
 SubbandAn SubbandAn.parent
          The reference to the parent of this subband.
 SubbandAn CBlkWTData.sb
          The subband in which this code-block is found
 SubbandAn SubbandAn.subb_HH
          The reference to the HH subband resulting from the decomposition of this subband.
 SubbandAn SubbandAn.subb_HL
          The reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.
 SubbandAn SubbandAn.subb_LH
          The reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.
 SubbandAn SubbandAn.subb_LL
          The reference to the LL subband resulting from the decomposition of this subband.
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis that return SubbandAn
 SubbandAn ForwWTDataProps.getAnSubbandTree(int t, int c)
          Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.
 SubbandAn ForwWTFull.getAnSubbandTree(int t, int c)
          Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component of the source.
 



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