Uses of Class
util.Counters

Packages that use Counters
decoder   
encoder   
 

Uses of Counters in decoder
 

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

Uses of Counters in encoder
 

Methods in encoder with parameters of type Counters
 int[][][] Decomposition.getSignFrame(double[][][] waveletFrames, Counters counters, MaxBits maxBits, int imageWidth, int imageHeight, int numberOfFrames)
          calculates the sign frames for the frames data
 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