Uses of Class
jj2000.j2k.wavelet.analysis.SubbandAn
-
Packages that use SubbandAn Package Description jj2000.j2k.entropy.encoder jj2000.j2k.quantization.quantizer jj2000.j2k.roi.encoder jj2000.j2k.wavelet.analysis -
-
Uses of SubbandAn in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as SubbandAn Modifier and Type Field Description SubbandAn
CBlkRateDistStats. sb
The subband to which the code-block belongsMethods in jj2000.j2k.entropy.encoder that return SubbandAn Modifier and Type Method Description 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 jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer that return SubbandAn Modifier and Type Method Description 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 jj2000.j2k.quantization.quantizer with parameters of type SubbandAn Modifier and Type Method Description protected abstract void
Quantizer. calcSbParams(SubbandAn sb, int n)
Calculates the parameters of the SubbandAn objects that depend on the Quantizer.protected void
StdQuantizer. calcSbParams(SubbandAn sb, int c)
Calculates the parameters of the SubbandAn objects that depend on the Quantizer. -
Uses of SubbandAn in jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder that return SubbandAn Modifier and Type Method Description 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 jj2000.j2k.wavelet.analysis
Fields in jj2000.j2k.wavelet.analysis declared as SubbandAn Modifier and Type Field Description SubbandAn
SubbandAn. parent
The reference to the parent of this subband.SubbandAn
CBlkWTData. sb
The subband in which this code-block is foundSubbandAn
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 jj2000.j2k.wavelet.analysis that return SubbandAn Modifier and Type Method Description 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.
-