Uses of Class
jj2000.j2k.wavelet.analysis.CBlkWTData
Packages that use CBlkWTData
Package
Description
-
Uses of CBlkWTData in jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer that return CBlkWTDataModifier and TypeMethodDescriptionCBlkQuantDataSrcEnc.getNextCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).StdQuantizer.getNextCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkQuantDataSrcEnc.getNextInternCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.final CBlkWTDataStdQuantizer.getNextInternCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.Methods in jj2000.j2k.quantization.quantizer with parameters of type CBlkWTDataModifier and TypeMethodDescriptionCBlkQuantDataSrcEnc.getNextCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).StdQuantizer.getNextCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkQuantDataSrcEnc.getNextInternCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.final CBlkWTDataStdQuantizer.getNextInternCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component. -
Uses of CBlkWTData in jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder that return CBlkWTDataModifier and TypeMethodDescriptionROIScaler.getNextCodeBlock(int n, CBlkWTData cblk) This function gets a datablk from the entropy coder.ROIScaler.getNextInternCodeBlock(int c, CBlkWTData cblk) This function gets a datablk from the entropy coder.Methods in jj2000.j2k.roi.encoder with parameters of type CBlkWTDataModifier and TypeMethodDescriptionROIScaler.getNextCodeBlock(int n, CBlkWTData cblk) This function gets a datablk from the entropy coder.ROIScaler.getNextInternCodeBlock(int c, CBlkWTData cblk) This function gets a datablk from the entropy coder. -
Uses of CBlkWTData in jj2000.j2k.wavelet.analysis
Subclasses of CBlkWTData in jj2000.j2k.wavelet.analysisModifier and TypeClassDescriptionclassThis is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).classThis is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.Methods in jj2000.j2k.wavelet.analysis that return CBlkWTDataModifier and TypeMethodDescriptionCBlkWTDataSrc.getNextCodeBlock(int n, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).ForwWTFull.getNextCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataSrc.getNextInternCodeBlock(int n, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.ForwWTFull.getNextInternCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.Methods in jj2000.j2k.wavelet.analysis with parameters of type CBlkWTDataModifier and TypeMethodDescriptionCBlkWTDataSrc.getNextCodeBlock(int n, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).ForwWTFull.getNextCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataSrc.getNextInternCodeBlock(int n, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.ForwWTFull.getNextInternCodeBlock(int c, CBlkWTData cblk) Returns the next code-block in the current tile for the specified component.