Class FileJPEG2000.opj_tccp_t

java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_tccp_t
Enclosing class:
FileJPEG2000

class FileJPEG2000.opj_tccp_t extends Object
Tile-component coding parameters
  • Field Details

    • 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

      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
    • m_dc_level_shift

      int m_dc_level_shift
      the dc_level_shift
  • Constructor Details

    • opj_tccp_t

      opj_tccp_t()