Class FileJPEG2000.opj_t1_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_t1_t
    extends java.lang.Object
    Tier-1 coding (coding of code-block coefficients)
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_t1_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        int[] data
      • flags

        short[] flags
      • w

        int w
      • h

        int h
      • datasize

        int datasize
      • flagssize

        int flagssize
      • flags_stride

        int flags_stride
      • data_stride

        int data_stride
      • encoder

        boolean encoder
    • Constructor Detail

      • opj_t1_t

        opj_t1_t()