Changeset 446 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/cfg/3D-HEVC


Ignore:
Timestamp:
26 May 2013, 16:22:23 (12 years ago)
Author:
tech
Message:

Added missing parts.

Location:
branches/HTM-DEV-0.2-dev/cfg/3D-HEVC
Files:
12 edited

Legend:

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

    r438 r446  
    2626ScalabilityMask               : 3           # Scalability Mask             ( 1: View Scalability, 3: View + Depth Scalability )
    2727DimensionIdLen                : 2 1         # Number of bits to store Ids,  per scalability dimension, (m)
    28 ViewId                        : 0 0 1 1     # ViewId     (m)
     28ViewId                        : 1 1 0 0     # ViewId     (m)
    2929DepthFlag                     : 0 1 0 1     # DepthFlag  (m)
    3030LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
    3131SplittingFlag                 : 0           # Splitting Flag
     32
     33#========== Camera parameters ==========
     34CameraParameterFile           : cam_pars.txt  # camera parameter file
     35CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
    3236
    3337#======== Unit definition ================
     
    105109Frame8_l5:  B    7     7        0.68     0            0              0           3                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       1             -4                 2                  -1 
    106110
    107 ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    108 
    109111#=========== Motion Search =============
    110112FastSearch                    : 1           # 0:Full search  1:TZ search
     
    125127DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
    126128LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
    127 LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    128 LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
    129 LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
     129LoopFilterDisable             : 0 1         # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
     130LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
     131LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
     132DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
    130133
    131134
     
    134137
    135138#=========== Coding Tools =================
    136 SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
     139SAO                           : 1 0         # Sample adaptive offset  (0: OFF, 1: ON) (mc)
    137140AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
    138141TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
     
    191194RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    192195
     196#========== multiview coding tools ==========
     197
     198
     199#========== depth coding tools ==========
     200VSO                       : 1                                      # use of view synthesis optimization for depth coding
     201
     202#========== view synthesis optimization (VSO) ==========
     203
     204VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) I(s0.25 s0.5 s0.75)]  # VSO configuration string
     205#VSOConfig                 : [ox0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) I(s0.25 s0.5 s0.75)]  # VSO configuration string // FCO
     206WVSO                      : 1                                    # use of WVSO (Depth distortion metric with a weighted depth fidelity term)
     207VSOWeight                 : 10                                   # weight of VSO ( in SAD case, cf. squared in SSE case )
     208VSDWeight                 : 1                                    # weight of VSD ( in SAD case, cf. squared in SSE case )
     209DWeight                   : 1                                    # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
     210UseEstimatedVSD           : 1                                    # Model based VSD estimation instead of rendering based for some encoder decisions     
     211
     212
     213
    193214### DO NOT ADD ANYTHING BELOW THIS LINE ###
    194215### DO NOT DELETE THE EMPTY LINE BELOW ###
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/baseCfg_2view.cfg

    r438 r446  
    2121LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
    2222SplittingFlag                 : 0           # Splitting Flag
     23
     24
     25#========== Camera parameters ==========
     26CameraParameterFile           : cam_pars.txt  # camera parameter file
     27CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
    2328
    2429#======== Unit definition ================
     
    5762Frame8_l1:  B    7     7        0.68     0            0              0           3                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       1             -1                 2                  -1
    5863
    59 ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    60 
    6164#=========== Motion Search =============
    6265FastSearch                    : 1           # 0:Full search  1:TZ search
     
    7982LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
    8083LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    81 LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
    82 LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
     84LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
     85LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
     86DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
    8387
    8488
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/baseCfg_3view+depth.cfg

    r438 r446  
    2626ScalabilityMask               : 3           # Scalability Mask             ( 1: View Scalability, 3: View + Depth Scalability )
    2727DimensionIdLen                : 2 1         # Number of bits to store Ids,  per scalability dimension, (m)
    28 ViewId                        : 0 0 1 1 2 2 # ViewId     (m)
     28ViewId                        : 1 1 0 0 2 2 # ViewId     (m)
    2929DepthFlag                     : 0 1 0 1 0 1 # DepthFlag  (m)
    3030LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
    3131SplittingFlag                 : 0           # Splitting Flag
     32
     33#========== Camera parameters ==========
     34CameraParameterFile           : cam_pars.txt  # camera parameter file
     35CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
    3236
    3337#======== Unit definition ================
     
    105109Frame8_l5:  B    7     7        0.68     0            0              0           3                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       1             -4                 2                  -1 
    106110
    107 ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    108 
    109111#=========== Motion Search =============
    110112FastSearch                    : 1           # 0:Full search  1:TZ search
     
    125127DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
    126128LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
    127 LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    128 LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
    129 LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
    130 
     129LoopFilterDisable             : 0 1         # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
     130LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
     131LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
     132DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
    131133
    132134#=========== Misc. ============
     
    134136
    135137#=========== Coding Tools =================
    136 SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
     138SAO                           : 1 0         # Sample adaptive offset  (0: OFF, 1: ON) (mc)
    137139AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
    138140TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
     
    191193RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    192194
     195#========== multiview coding tools ==========
     196
     197
     198#========== depth coding tools ==========
     199VSO                       : 1                                      # use of view synthesis optimization for depth coding
     200
     201#========== view synthesis optimization (VSO) ==========
     202VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][cx2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string
     203#VSOConfig                 : [ox0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][ox2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string for FCO = 1
     204WVSO                      : 1                                    # use of WVSO (Depth distortion metric with a weighted depth fidelity term)
     205VSOWeight                 : 10                                   # weight of VSO ( in SAD case, cf. squared in SSE case )
     206VSDWeight                 : 1                                    # weight of VSD ( in SAD case, cf. squared in SSE case )
     207DWeight                   : 1                                    # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
     208UseEstimatedVSD           : 1                                    # Model based VSD estimation instead of rendering based for some encoder decisions     
     209
     210
     211
    193212### DO NOT ADD ANYTHING BELOW THIS LINE ###
    194213### DO NOT DELETE THE EMPTY LINE BELOW ###
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/baseCfg_3view.cfg

    r438 r446  
    2323LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
    2424SplittingFlag                 : 0           # Splitting Flag
     25
     26#========== Camera parameters ==========
     27CameraParameterFile           : cam_pars.txt  # camera parameter file
     28CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
    2529
    2630#======== Unit definition ================
     
    6973Frame8_l2:  B    7     7        0.68     0            0              0           3                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       1             -2                 2                  -1
    7074
    71 ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    72 
    7375#=========== Motion Search =============
    7476FastSearch                    : 1           # 0:Full search  1:TZ search
     
    9193LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
    9294LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    93 LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
    94 LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
    95 
     95LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
     96LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
     97DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
    9698
    9799#=========== Misc. ============
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/fullCfg.cfg

    r438 r446  
    3030ScalabilityMask               : 3           # Scalability Mask             ( 1: View Scalability, 3: View + Depth Scalability )
    3131DimensionIdLen                : 2 1         # Number of bits to store Ids,  per scalability dimension, (m)
    32 ViewId                        : 0 0 1 1 2 2 # ViewId     (m)
     32ViewId                        : 1 1 0 0 2 2 # ViewId     (m)
    3333DepthFlag                     : 0 1 0 1 0 1 # DepthFlag  (m)
    3434LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
    3535SplittingFlag                 : 0           # Splitting Flag
     36
     37#========== Camera parameters ==========
     38BaseViewCameraNumbers         : 3 1 5       # camera numbers of coded views ( in coding order per view )
     39CameraParameterFile           : cam_pars.txt  # camera parameter file
     40CodedCamParsPrecision         : 5           # precision used for coding of camera parameters (in units of 2^(-x) luma samples)
    3641
    3742#======== Unit definition ================
     
    109114Frame8_l5:  B    7     7        0.68     0            0              0           3                4         -1 -3 -7 1         1      -2        5         1 1 1 1 0       1             -4                 2                  -1 
    110115
    111 ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    112 
    113116#=========== Motion Search =============
    114117FastSearch                    : 1           # 0:Full search  1:TZ search
     
    120123
    121124#======== Quantization =============
    122 QP                            : 25 30       # QP ( mc )
     125QP                            : 25 30 25 30 25 30      # QP ( mc )
    123126MaxDeltaQP                    : 0           # CU-based multi-QP optimization
    124127MaxCuDQPDepth                 : 0           # Max depth of a minimum CuDQP for sub-LCU-level delta QP
     
    130133DeblockingFilterControlPresent: 1           # Dbl control params present (0=not present, 1=present) (mc)
    131134LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
    132 LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
    133 LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
    134 LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
    135 
     135LoopFilterDisable             : 0 1         # Disable deblocking filter (0=Filter, 1=No Filter) (mc)
     136LoopFilterBetaOffset_div2     : 0           # base_param: -6 ~ 6
     137LoopFilterTcOffset_div2       : 0           # base_param: -6 ~ 6
     138DeblockingFilterMetric        : 0           # blockiness metric (automatically configures deblocking parameters in bitstream)
    136139
    137140#=========== Misc. ============
     
    139142
    140143#=========== Coding Tools =================
    141 SAO                           : 1           # Sample adaptive offset  (0: OFF, 1: ON) (mc)
     144SAO                           : 1 0         # Sample adaptive offset  (0: OFF, 1: ON) (mc)
    142145AMP                           : 1           # Asymmetric motion partitions (0: OFF, 1: ON)
    143146TransformSkip                 : 1           # Transform skipping (0: OFF, 1: ON)
     
    196199RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    197200
     201#========== multiview coding tools ==========
     202
     203
     204#========== depth coding tools ==========
     205VSO                       : 1                                      # use of view synthesis optimization for depth coding
     206
     207#========== view synthesis optimization (VSO) ==========
     208VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][cx2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string
     209#VSOConfig                 : [ox0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][ox2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string for FCO = 1
     210WVSO                      : 1                                    # use of WVSO (Depth distortion metric with a weighted depth fidelity term)
     211VSOWeight                 : 10                                   # weight of VSO ( in SAD case, cf. squared in SSE case )
     212VSDWeight                 : 1                                    # weight of VSD ( in SAD case, cf. squared in SSE case )
     213DWeight                   : 1                                    # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
     214UseEstimatedVSD           : 1                                    # Model based VSD estimation instead of rendering based for some encoder decisions     
     215
     216
     217
    198218### DO NOT ADD ANYTHING BELOW THIS LINE ###
    199219### DO NOT DELETE THE EMPTY LINE BELOW ###
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_Balloons.cfg

    r324 r446  
    55FrameRate                 : 30                                     # frame rate in frames per second
    66FramesToBeEncoded         : 300                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 3 1 5                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 3 1 5                                  # camera numbers of coded views (in coding order)
    88
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_GhostTownFly.cfg

    r324 r446  
    55FrameRate                 : 25                                     # frame rate in frames per second
    66FramesToBeEncoded         : 250                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 5 9 1                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 5 9 1                                  # camera numbers of coded views (in coding order)
    88
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_Kendo.cfg

    r324 r446  
    55FrameRate                 : 30                                     # frame rate in frames per second
    66FramesToBeEncoded         : 300                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 3 1 5                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 3 1 5                                  # camera numbers of coded views (in coding order)
    88
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_Newspaper.cfg

    r324 r446  
    55FrameRate                 : 30                                     # frame rate in frames per second
    66FramesToBeEncoded         : 300                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 4 2 6                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 4 2 6                                  # camera numbers of coded views (in coding order)
    88
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_PoznanHall2.cfg

    r324 r446  
    55FrameRate                 : 25                                     # frame rate in frames per second
    66FramesToBeEncoded         : 200                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 6 7 5                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 6 7 5                                  # camera numbers of coded views (in coding order)
    88
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_PoznanStreet.cfg

    r324 r446  
    55FrameRate                 : 25                                     # frame rate in frames per second
    66FramesToBeEncoded         : 250                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 4 5 3                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 4 5 3                                  # camera numbers of coded views (in coding order)
    88
  • branches/HTM-DEV-0.2-dev/cfg/3D-HEVC/seqCfg_UndoDancer.cfg

    r324 r446  
    55FrameRate                 : 25                                     # frame rate in frames per second
    66FramesToBeEncoded         : 250                                    # number of frames to be coded
    7 #BaseViewCameraNumbers     : 5 1 9                                  # camera numbers of coded views (in coding order)
     7BaseViewCameraNumbers     : 5 1 9                                  # camera numbers of coded views (in coding order)
    88
Note: See TracChangeset for help on using the changeset viewer.