Uses of Class
jj2000.j2k.wavelet.analysis.CBlkWTData
-
Packages that use CBlkWTData Package Description jj2000.j2k.quantization.quantizer jj2000.j2k.roi.encoder jj2000.j2k.wavelet.analysis -
-
Uses of CBlkWTData in jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer that return CBlkWTData Modifier and Type Method Description CBlkWTData
CBlkQuantDataSrcEnc. getNextCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
StdQuantizer. getNextCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
CBlkQuantDataSrcEnc. getNextInternCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component.CBlkWTData
StdQuantizer. 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 CBlkWTData Modifier and Type Method Description CBlkWTData
CBlkQuantDataSrcEnc. getNextCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
StdQuantizer. getNextCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
CBlkQuantDataSrcEnc. getNextInternCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component.CBlkWTData
StdQuantizer. 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 CBlkWTData Modifier and Type Method Description CBlkWTData
ROIScaler. getNextCodeBlock(int n, CBlkWTData cblk)
This function gets a datablk from the entropy coder.CBlkWTData
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 CBlkWTData Modifier and Type Method Description CBlkWTData
ROIScaler. getNextCodeBlock(int n, CBlkWTData cblk)
This function gets a datablk from the entropy coder.CBlkWTData
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.analysis Modifier and Type Class Description class
CBlkWTDataFloat
This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).class
CBlkWTDataInt
This is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.Methods in jj2000.j2k.wavelet.analysis that return CBlkWTData Modifier and Type Method Description CBlkWTData
CBlkWTDataSrc. getNextCodeBlock(int n, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
ForwWTFull. getNextCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
CBlkWTDataSrc. getNextInternCodeBlock(int n, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component.CBlkWTData
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 CBlkWTData Modifier and Type Method Description CBlkWTData
CBlkWTDataSrc. getNextCodeBlock(int n, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
ForwWTFull. getNextCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTData
CBlkWTDataSrc. getNextInternCodeBlock(int n, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component.CBlkWTData
ForwWTFull. getNextInternCodeBlock(int c, CBlkWTData cblk)
Returns the next code-block in the current tile for the specified component.
-