| Methods in decoder with parameters of type DataFile |
double[][][] |
Decoder3D.refineLSP(double[][][] waveletFrame,
Counters counters,
LinkedList LSP,
Node LSPend,
long maxBits,
long nValue,
DataFile layer1,
DataFile layer2,
DataFile layer3,
int imageWidth,
int imageHeight,
int groupOfFrames,
int spatialLevel,
int temporalLevel)
refineLSP refines the sorted frames further calculated accommodate the data in to the wavelet Frame
in corresponding layers through output stream |
double[][][] |
Decoder3D.sortLIP(double[][][] waveletFrame,
Counters counters,
SignInfo signInfo,
LinkedList LIP,
LinkedList LSP,
DataFile layer1,
DataFile layer2,
DataFile layer3,
int threshold)
sortLIP sorts the List of Insignificant Pixels
reads the sorted bits from the DataFile stream |
double[][][] |
Decoder3D.sortLIS(double[][][] waveletFrame,
Counters counters,
SignInfo signInfo,
LinkedList LIS,
LinkedList LIP,
LinkedList LSP,
DataFile layer1,
DataFile layer2,
DataFile layer3,
int imageWidth,
int imageHeight,
int groupOfFrames,
int spatialLevel,
int temporalLevel,
int threshold)
sortLIS sorts the List of Insignificant Sets
reads the bits from the DataFile stream |
| Methods in encoder with parameters of type DataFile |
double[][][] |
Encoder3D.refineLSP(double[][][] waveletFrame,
Counters counters,
LinkedList LSP,
Node LSPend,
long maxBits,
long nValue,
DataFile layer1,
DataFile layer2,
DataFile layer3,
int imageWidth,
int imageHeight,
int groupOfFrames,
int spatialLevel,
int temporalLevel)
refineLSP refines the sorted frames further calculates
maxBits to accommodate the data
in corresponding layers through output stream |
double[][][] |
Encoder3D.sortLIP(double[][][] waveletFrame,
Counters counters,
SignInfo signInfo,
LinkedList LIP,
LinkedList LSP,
DataFile layer1,
DataFile layer2,
DataFile layer3,
int threshold)
sortLIP sorts the List of Insignificant Pixels
writes the sorted bits to the output stream |
double[][][] |
Encoder3D.sortLIS(double[][][] waveletFrame,
Counters counters,
SignInfo signInfo,
LinkedList LIS,
LinkedList LIP,
LinkedList LSP,
DataFile layer1,
DataFile layer2,
DataFile layer3,
int imageWidth,
int imageHeight,
int groupOfFrames,
int spatialLevel,
int temporalLevel,
int threshold)
sortLIS sorts the List of Insignificant Sets
writes the sorted bits to the output stream |