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 SubbandAnCBlkRateDistStats. sbThe subband to which the code-block belongsMethods in jj2000.j2k.entropy.encoder that return SubbandAn Modifier and Type Method Description SubbandAnEntropyCoder. 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 SubbandAnQuantizer. 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 voidQuantizer. calcSbParams(SubbandAn sb, int n)Calculates the parameters of the SubbandAn objects that depend on the Quantizer.protected voidStdQuantizer. 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 SubbandAnROIScaler. 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 SubbandAnSubbandAn. parentThe reference to the parent of this subband.SubbandAnCBlkWTData. sbThe subband in which this code-block is foundSubbandAnSubbandAn. subb_HHThe reference to the HH subband resulting from the decomposition of this subband.SubbandAnSubbandAn. subb_HLThe reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.SubbandAnSubbandAn. subb_LHThe reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.SubbandAnSubbandAn. subb_LLThe 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 SubbandAnForwWTDataProps. getAnSubbandTree(int t, int c)Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.SubbandAnForwWTFull. 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.
-