Class FileJPEG2000.opj_tccp_info_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_tccp_info_t
    extends java.lang.Object
    Tile-component coding parameters information
    • 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 compno
      component index
      (package private) int csty
      coding style
      (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) int[] stepsizes_expn
      stepsizes used for quantization
      (package private) int[] stepsizes_mant
      stepsizes used for quantization
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_tccp_info_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • compno

        int compno
        component index
      • 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
      • stepsizes_mant

        int[] stepsizes_mant
        stepsizes used for quantization
      • stepsizes_expn

        int[] stepsizes_expn
        stepsizes used for quantization
      • numgbits

        int numgbits
        number of guard bits
      • roishift

        int roishift
        Region Of Interest shift
      • prcw

        int[] prcw
        precinct width
      • prch

        int[] prch
        precinct height
    • Constructor Detail

      • opj_tccp_info_t

        opj_tccp_info_t()