Class FileJPEG2000.opj_tcp_t

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

class FileJPEG2000.opj_tcp_t extends Object
Tile coding parameters : this structure is used to store coding/decoding parameters common to all tiles (information like COD, COC in main header)
  • Field Details

    • csty

      int csty
      coding style
    • prg

      int prg
      progression order
    • numlayers

      int numlayers
      number of layers
    • num_layers_to_decode

      int num_layers_to_decode
    • mct

      int mct
      multi-component transform identifier
    • rates

      float[] rates
      rates of layers
    • numpocs

      int numpocs
      number of progression order changes
    • pocs

      progression order changes
    • ppt_markers_count

      int ppt_markers_count
      number of ppt markers (reserved size)
    • ppt_markers

      FileJPEG2000.opj_ppx[] ppt_markers
      ppt markers data (table indexed by Zppt)
    • ppt_data

      byte[] ppt_data
      packet header store there for future use in t2_decode_packet
    • ppt_buffer

      byte[] ppt_buffer
      used to keep a track of the allocated memory
    • ppt_data_size

      int ppt_data_size
      Number of bytes stored inside ppt_data
    • ppt_len

      int ppt_len
      size of ppt_data
    • distoratio

      float[] distoratio
      add fixed_quality
    • tccps

      tile-component coding parameters
    • m_nb_tile_parts

      int m_nb_tile_parts
      number of tile parts for the tile.
    • m_data

      byte[] m_data
      data for the tile
    • m_data_size

      int m_data_size
      size of data
    • mct_norms

      double[] mct_norms
      encoding norms
    • m_mct_decoding_matrix

      float[] m_mct_decoding_matrix
      the mct decoding matrix
    • m_mct_coding_matrix

      float[] m_mct_coding_matrix
      the mct coding matrix
    • m_mct_records

      mct records
    • m_nb_mct_records

      int m_nb_mct_records
      the number of mct records.
    • m_nb_max_mct_records

      int m_nb_max_mct_records
      the max number of mct records.
    • m_mcc_records

      mcc records
    • m_nb_mcc_records

      int m_nb_mcc_records
      the number of mct records.
    • m_nb_max_mcc_records

      int m_nb_max_mcc_records
      the max number of mct records.
    • cod

      int cod
      If cod == 1 --> there was a COD marker for the present tile
    • ppt

      int ppt
      If ppt == 1 --> there was a PPT marker for the present tile
    • POC

      boolean POC
      indicates if a POC marker has been used O:NO, 1:YES
  • Constructor Details

    • opj_tcp_t

      opj_tcp_t()