Uses of Class
jj2000.j2k.wavelet.analysis.SubbandAn
Packages that use SubbandAn
Package
Description
-
Uses of SubbandAn in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as SubbandAnModifier and TypeFieldDescriptionCBlkRateDistStats.sbThe subband to which the code-block belongsMethods in jj2000.j2k.entropy.encoder that return SubbandAnModifier and TypeMethodDescriptionEntropyCoder.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 SubbandAnModifier and TypeMethodDescriptionQuantizer.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 SubbandAnModifier and TypeMethodDescriptionprotected 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 SubbandAnModifier and TypeMethodDescriptionROIScaler.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 SubbandAnModifier and TypeFieldDescriptionSubbandAn.parentThe reference to the parent of this subband.CBlkWTData.sbThe subband in which this code-block is foundSubbandAn.subb_HHThe reference to the HH subband resulting from the decomposition of this subband.SubbandAn.subb_HLThe reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.SubbandAn.subb_LHThe reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.SubbandAn.subb_LLThe reference to the LL subband resulting from the decomposition of this subband.Methods in jj2000.j2k.wavelet.analysis that return SubbandAnModifier and TypeMethodDescriptionForwWTDataProps.getAnSubbandTree(int t, int c) Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.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.