Changeset 532 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC


Ignore:
Timestamp:
12 Jul 2013, 17:57:35 (11 years ago)
Author:
tech
Message:
  • Fixed cfg files.
  • Fixed several memory leaks.
  • Fixed encoder/decoder mismatch and aligned order of vps syntax elements with draft text.
  • Added missing iv_mv_scaling flag.
Location:
branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_2view+depth.cfg

    r531 r532  
    173173IvMvPred                            : 1                # Inter-view motion prediction
    174174AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    175 IlluCompEnable                      : 1 1              # Enable Illumination compensation ( 0: off, 1: on )
    176 ViewSynthesisPred                   : 0                # View synthesis prediction
     175IlluCompEnable                      : 1 1              # Enable Illumination compensation ( 0: off, 1: on )   (v/d)
     176ViewSynthesisPred                   : 1                # View synthesis prediction
    177177DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     178IvMvScaling                         : 1                # Interview motion vector scaling
    178179
    179180#========== depth coding tools ==========
  • branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_2view.cfg

    r517 r532  
    22# (m) specification per layer/dimension/layerset possible
    33# (c) cyclic repetition of values, if not given for all layers/dimensions/layersets. (e.g. 5 layers and 1 2 3 -> 1 2 3 1 2  )
     4# (v/d) two values possible first for depth layer, second for texture layers
    45
    56#======== File I/O =====================
     
    152153IvMvPred                            : 1                # Inter-view motion prediction
    153154AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    154 IlluCompEnable                      : 1 0              # Enable Illumination compensation ( 0: off, 1: on )
    155 ViewSynthesisPred                   : 0                # View synthesis prediction
    156 DepthRefinement                     : 0                # Dispary refined by depth DoNBDV
     155IlluCompEnable                      : 1 1              # Enable Illumination compensation ( 0: off, 1: on ) (v/d)
     156ViewSynthesisPred                   : 1                # View synthesis prediction
     157DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     158IvMvScaling                         : 1                # Interview motion vector scaling
    157159
    158160### DO NOT ADD ANYTHING BELOW THIS LINE ###
  • branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_3view+depth.cfg

    r531 r532  
    196196IvMvPred                            : 1                # Inter-view motion prediction
    197197AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    198 IlluCompEnable                      : 1 1              # Enable Illumination compensation ( 0: off, 1: on )
    199 ViewSynthesisPred                   : 0                # View synthesis prediction
     198IlluCompEnable                      : 1 1              # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
     199ViewSynthesisPred                   : 1                # View synthesis prediction
    200200DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     201IvMvScaling                         : 1                # Interview motion vector scaling
     202
    201203
    202204
  • branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/baseCfg_3view.cfg

    r517 r532  
    162162IvMvPred                            : 1                # Inter-view motion prediction
    163163AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    164 IlluCompEnable                      : 1 0              # Enable Illumination compensation ( 0: off, 1: on )
     164IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )   (v/d)
    165165ViewSynthesisPred                   : 0                # View synthesis prediction
    166166DepthRefinement                     : 0                # Dispary refined by depth DoNBDV
  • branches/HTM-DEV-0.3-dev2/cfg/3D-HEVC/fullCfg.cfg

    r531 r532  
    200200
    201201#========== multiview coding tools ==========
    202 IvMvPred           : 1                                 # Inter-view motion prediction
    203 ViewSynthesisPred  : 1                                 # View synthesis prediction
    204 DepthRefinement    : 1                                 # Dispary refined by depth DoNBDV
     202IvMvPred                            : 1                # Inter-view motion prediction
     203AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     204IlluCompEnable                      : 1 1              # Enable Illumination compensation ( 0: off, 1: on ) (v/d)
     205ViewSynthesisPred                   : 1                # View synthesis prediction
     206DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     207IvMvScaling                         : 1                # Interview motion vector scaling
    205208
    206209#========== depth coding tools ==========
    207 VSO                       : 1                                      # use of view synthesis optimization for depth coding
     210VSO                       : 1                          # use of view synthesis optimization for depth coding
    208211DMM                                : 1
    209212RBC                                : 1
Note: See TracChangeset for help on using the changeset viewer.