Class FileJPEG2000.opj_tcp_t

  • Enclosing class:
    FileJPEG2000

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

      Constructors 
      Constructor Description
      opj_tcp_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
      • 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
      • ppt_markers_count

        int ppt_markers_count
        number of ppt markers (reserved size)
      • 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
      • 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_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_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 Detail

      • opj_tcp_t

        opj_tcp_t()