Class FileJPEG2000.opj_tccp_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_tccp_t
    extends java.lang.Object
    Tile-component coding parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int cblkh
      code-blocks height
      (package private) int cblksty
      code-block coding style
      (package private) int cblkw
      code-blocks width
      (package private) int csty
      coding style
      (package private) int m_dc_level_shift
      the dc_level_shift
      (package private) int numgbits
      number of guard bits
      (package private) int numresolutions
      number of resolutions
      (package private) int[] prch
      precinct height
      (package private) int[] prcw
      precinct width
      (package private) int qmfbid
      discrete wavelet transform identifier
      (package private) int qntsty
      quantisation style
      (package private) int roishift
      Region Of Interest shift
      (package private) FileJPEG2000.opj_stepsize_t[] stepsizes
      stepsizes used for quantization
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_tccp_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • csty

        int csty
        coding style
      • numresolutions

        int numresolutions
        number of resolutions
      • cblkw

        int cblkw
        code-blocks width
      • cblkh

        int cblkh
        code-blocks height
      • cblksty

        int cblksty
        code-block coding style
      • qmfbid

        int qmfbid
        discrete wavelet transform identifier
      • qntsty

        int qntsty
        quantisation style
      • numgbits

        int numgbits
        number of guard bits
      • roishift

        int roishift
        Region Of Interest shift
      • prcw

        int[] prcw
        precinct width
      • prch

        int[] prch
        precinct height
      • m_dc_level_shift

        int m_dc_level_shift
        the dc_level_shift
    • Constructor Detail

      • opj_tccp_t

        opj_tccp_t()