Uses of Class
util.SignInfo

Packages that use SignInfo
decoder   
encoder   
 

Uses of SignInfo in decoder
 

Methods in decoder with parameters of type SignInfo
 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
 

Uses of SignInfo in encoder
 

Methods in encoder with parameters of type SignInfo
 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