Class FileJPEG2000.opj_encoding_param_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_encoding_param_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int m_disto_alloc
      allocation by rate/distortion
      (package private) int m_fixed_alloc
      allocation by fixed layer
      (package private) int m_fixed_quality
      add fixed_quality
      (package private) int[] m_matrice
      fixed layer
      (package private) int m_max_comp_size
      Maximum rate for each component.
      (package private) byte m_tp_flag
      Flag determining tile part generation
      (package private) int m_tp_on
      Enabling Tile part generation
      (package private) int m_tp_pos
      Position of tile part flag in progression order
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_max_comp_size

        int m_max_comp_size
        Maximum rate for each component. If == 0, component size limitation is not considered
      • m_tp_pos

        int m_tp_pos
        Position of tile part flag in progression order
      • m_matrice

        int[] m_matrice
        fixed layer
      • m_tp_flag

        byte m_tp_flag
        Flag determining tile part generation
      • m_disto_alloc

        int m_disto_alloc
        allocation by rate/distortion
      • m_fixed_alloc

        int m_fixed_alloc
        allocation by fixed layer
      • m_fixed_quality

        int m_fixed_quality
        add fixed_quality
      • m_tp_on

        int m_tp_on
        Enabling Tile part generation
    • Constructor Detail

      • opj_encoding_param_t

        opj_encoding_param_t()