Uses of Class
jj2000.j2k.wavelet.synthesis.SubbandSyn
Packages that use SubbandSyn
Package
Description
-
Uses of SubbandSyn in jj2000.j2k.codestream.reader
Fields in jj2000.j2k.codestream.reader declared as SubbandSynModifier and TypeFieldDescriptionprotected SubbandSyn[]BitstreamReaderAgent.subbTreesThe subband trees for each component in the current tile.Methods in jj2000.j2k.codestream.reader that return SubbandSynModifier and TypeMethodDescriptionfinal SubbandSynBitstreamReaderAgent.getSynSubbandTree(int t, int c) Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.codestream.reader with parameters of type SubbandSynModifier and TypeMethodDescriptionFileBitstreamReaderAgent.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 voidBitstreamReaderAgent.initSubbandsFields(int c, SubbandSyn sb) Initialises subbands fields, such as code-blocks dimension and number of magnitude bits, in the subband tree. -
Uses of SubbandSyn in jj2000.j2k.entropy.decoder
Methods in jj2000.j2k.entropy.decoder that return SubbandSynModifier and TypeMethodDescriptionEntropyDecoder.getSynSubbandTree(int t, int c) Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.entropy.decoder with parameters of type SubbandSynModifier and TypeMethodDescriptionCodedCBlkDataSrcDec.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.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).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 jj2000.j2k.quantization.dequantizer
Methods in jj2000.j2k.quantization.dequantizer that return SubbandSynModifier and TypeMethodDescriptionDequantizer.getSynSubbandTree(int t, int c) Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.quantization.dequantizer with parameters of type SubbandSynModifier and TypeMethodDescriptionCBlkQuantDataSrcDec.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).final DataBlkStdDequantizer.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).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).final DataBlkStdDequantizer.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 jj2000.j2k.roi
Methods in jj2000.j2k.roi that return SubbandSynModifier and TypeMethodDescriptionROIDeScaler.getSynSubbandTree(int t, int c) Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.roi with parameters of type SubbandSynModifier and TypeMethodDescriptionROIDeScaler.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).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 jj2000.j2k.wavelet.synthesis
Fields in jj2000.j2k.wavelet.synthesis declared as SubbandSynModifier and TypeFieldDescriptionSubbandSyn.parentThe reference to the parent of this subband.SubbandSyn.subb_HHThe reference to the HH subband resulting from the decomposition of this subband.SubbandSyn.subb_HLThe reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.SubbandSyn.subb_LHThe reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.SubbandSyn.subb_LLThe reference to the LL subband resulting from the decomposition of this subband.Methods in jj2000.j2k.wavelet.synthesis that return SubbandSynModifier and TypeMethodDescriptionInvWTAdapter.getSynSubbandTree(int t, int c) Returns the specified synthesis subband treeInvWTData.getSynSubbandTree(int t, int c) Returns the subband tree, for the specified tile-component.MultiResImgData.getSynSubbandTree(int t, int c) Returns the specified synthesis subband treeMethods in jj2000.j2k.wavelet.synthesis with parameters of type SubbandSynModifier and TypeMethodDescriptionCBlkWTDataSrcDec.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).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).