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 CBlkWTDataCBlkQuantDataSrcEnc. getNextCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataStdQuantizer. getNextCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataCBlkQuantDataSrcEnc. getNextInternCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component.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 CBlkWTData Modifier and Type Method Description CBlkWTDataCBlkQuantDataSrcEnc. getNextCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataStdQuantizer. getNextCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataCBlkQuantDataSrcEnc. getNextInternCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component.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 CBlkWTData Modifier and Type Method Description CBlkWTDataROIScaler. getNextCodeBlock(int n, CBlkWTData cblk)This function gets a datablk from the entropy coder.CBlkWTDataROIScaler. 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 CBlkWTDataROIScaler. getNextCodeBlock(int n, CBlkWTData cblk)This function gets a datablk from the entropy coder.CBlkWTDataROIScaler. 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 classCBlkWTDataFloatThis is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).classCBlkWTDataIntThis 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 CBlkWTDataCBlkWTDataSrc. getNextCodeBlock(int n, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataForwWTFull. getNextCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataCBlkWTDataSrc. getNextInternCodeBlock(int n, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component.CBlkWTDataForwWTFull. 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 CBlkWTDataCBlkWTDataSrc. getNextCodeBlock(int n, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataForwWTFull. getNextCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component, as a copy (see below).CBlkWTDataCBlkWTDataSrc. getNextInternCodeBlock(int n, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component.CBlkWTDataForwWTFull. getNextInternCodeBlock(int c, CBlkWTData cblk)Returns the next code-block in the current tile for the specified component.
-