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. subbTrees
The subband trees for each component in the current tile.Methods in jj2000.j2k.codestream.reader that return SubbandSyn Modifier and Type Method Description SubbandSyn
BitstreamReaderAgent. 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 DecLyrdCBlk
FileBitstreamReaderAgent. 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 void
BitstreamReaderAgent. 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 SubbandSyn
EntropyDecoder. 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 DecLyrdCBlk
CodedCBlkDataSrcDec. 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.DataBlk
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).DataBlk
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 SubbandSyn Modifier and Type Method Description SubbandSyn
Dequantizer. 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 DataBlk
CBlkQuantDataSrcDec. 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).DataBlk
StdDequantizer. 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).DataBlk
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).DataBlk
StdDequantizer. 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 SubbandSyn
ROIDeScaler. 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 DataBlk
ROIDeScaler. 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).DataBlk
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 SubbandSyn Modifier and Type Field Description SubbandSyn
SubbandSyn. parent
The reference to the parent of this subband.SubbandSyn
SubbandSyn. subb_HH
The reference to the HH subband resulting from the decomposition of this subband.SubbandSyn
SubbandSyn. subb_HL
The reference to the HL subband (horizontal high-pass) resulting from the decomposition of this subband.SubbandSyn
SubbandSyn. subb_LH
The reference to the LH subband (vertical high-pass) resulting from the decomposition of this subband.SubbandSyn
SubbandSyn. subb_LL
The 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 SubbandSyn
InvWTAdapter. getSynSubbandTree(int t, int c)
Returns the specified synthesis subband treeSubbandSyn
InvWTData. getSynSubbandTree(int t, int c)
Returns the subband tree, for the specified tile-component.SubbandSyn
MultiResImgData. 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 DataBlk
CBlkWTDataSrcDec. 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).DataBlk
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).
-