Uses of Class
jj2000.j2k.wavelet.synthesis.SubbandSyn
-
Packages that use SubbandSyn Package Description jj2000.j2k.codestream.reader jj2000.j2k.entropy.decoder jj2000.j2k.quantization.dequantizer jj2000.j2k.roi jj2000.j2k.wavelet.synthesis -
-
Uses of SubbandSyn in jj2000.j2k.codestream.reader
Fields in jj2000.j2k.codestream.reader declared as SubbandSyn Modifier and Type Field Description protected SubbandSyn[]BitstreamReaderAgent. subbTreesThe subband trees for each component in the current tile.Methods in jj2000.j2k.codestream.reader that return SubbandSyn Modifier and Type Method Description 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 SubbandSyn Modifier and Type Method Description DecLyrdCBlkFileBitstreamReaderAgent. 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 SubbandSyn Modifier and Type Method Description SubbandSynEntropyDecoder. getSynSubbandTree(int t, int c)Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.entropy.decoder with parameters of type SubbandSyn Modifier and Type Method Description DecLyrdCBlkCodedCBlkDataSrcDec. 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.DataBlkStdEntropyDecoder. 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).DataBlkStdEntropyDecoder. 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 SubbandSyn Modifier and Type Method Description SubbandSynDequantizer. getSynSubbandTree(int t, int c)Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.quantization.dequantizer with parameters of type SubbandSyn Modifier and Type Method Description DataBlkCBlkQuantDataSrcDec. 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).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).DataBlkCBlkQuantDataSrcDec. 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).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 SubbandSyn Modifier and Type Method Description SubbandSynROIDeScaler. getSynSubbandTree(int t, int c)Returns the subband tree, for the specified tile-component.Methods in jj2000.j2k.roi with parameters of type SubbandSyn Modifier and Type Method Description DataBlkROIDeScaler. 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).DataBlkROIDeScaler. 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 SubbandSyn Modifier and Type Field Description SubbandSynSubbandSyn. parentThe reference to the parent of this subband.SubbandSynSubbandSyn. subb_HHThe reference to the HH subband resulting from the decomposition of this subband.SubbandSynSubbandSyn. subb_HLThe reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.SubbandSynSubbandSyn. subb_LHThe reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.SubbandSynSubbandSyn. subb_LLThe reference to the LL subband resulting from the decomposition of this subband.Methods in jj2000.j2k.wavelet.synthesis that return SubbandSyn Modifier and Type Method Description SubbandSynInvWTAdapter. getSynSubbandTree(int t, int c)Returns the specified synthesis subband treeSubbandSynInvWTData. getSynSubbandTree(int t, int c)Returns the subband tree, for the specified tile-component.SubbandSynMultiResImgData. getSynSubbandTree(int t, int c)Returns the specified synthesis subband treeMethods in jj2000.j2k.wavelet.synthesis with parameters of type SubbandSyn Modifier and Type Method Description DataBlkCBlkWTDataSrcDec. 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).DataBlkCBlkWTDataSrcDec. 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).
-