Changeset 51 in 3DVCSoftware for branches/0.3-nokia/CommonTestConditionsCfgs


Ignore:
Timestamp:
4 Apr 2012, 17:06:23 (13 years ago)
Author:
nokia
Message:

FCO bug-fix to 3DV-HTM version 0.4: decoder crushed with texture-only coding.

Location:
branches/0.3-nokia/CommonTestConditionsCfgs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-nokia/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg

    r34 r51  
    1515
    1616BitstreamFile             : stream.bit                             # bitstream file
    17 
    18 3DVFlexOrder            :       0
    19 3DVCodingOrder          :       T0D0D1D2T1T2
    2017
    2118
     
    5956TemporalLayerQPOffset_L6  : 6                                      # QP offset for temporal layer 6
    6057TemporalLayerQPOffset_L7  : 7                                      # QP offset for temporal layer 7
    61 
     58FCO                       : 0                                      # flexible coding order (0:off, 1:on)
     59CodingOrder               : T0D0D1T1                               # coding order
    6260
    6361#========== encoder control /motion search ==========
     
    117115MVI                       : 1                                      # motion parameter inheritance
    118116
     117#========== view synthesis optimization (VSO) ==========
     118VSOConfig                 : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)] # VSO configuration string
     119#VSOConfig                : [ox0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)] # VSO configuration string for FCO=1 and CodingOrder=T0D0D1T1
    119120
    120 #========== view synthesis optimization (VSO) ==========
    121 VSOConfig                 : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)]
    122                                                                    # VSO configuration string
    123121
     122
  • branches/0.3-nokia/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg

    r34 r51  
    1818
    1919BitstreamFile             : stream.bit                             # bitstream file
    20 
    21 3DVFlexOrder            :       0
    22 3DVCodingOrder          :       T0D0D1D2T1T2
    2320
    2421#========== general coding parameters ==========
     
    6158TemporalLayerQPOffset_L6  : 6                                      # QP offset for temporal layer 6
    6259TemporalLayerQPOffset_L7  : 7                                      # QP offset for temporal layer 7
    63 
     60FCO                       : 0                                      # flexible coding order (0:off, 1:on)
     61CodingOrder               : T0D0D1D2T1T2                           # coding order   
    6462
    6563#========== encoder control /motion search ==========
     
    113111InterViewSkipLambdaScale  : 8                                      # lambda scale for inter-view skip mode
    114112
    115 
    116113#========== depth coding tools ==========
    117114DMM                       : 1                                      # use depth intra modes (wedgelets)
     
    119116MVI                       : 1                                      # motion parameter inheritance
    120117
     118#========== view synthesis optimization (VSO) ==========
     119VSOConfig                 : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) B(oo2) I(s0.5 s1.5)][cx2 B(cc1) I(s1.5)] # VSO configuration string
     120#VSOConfig                : [ox0 B(cc1) I(s0.5)][cx1 B(oo0) B(oo2) I(s0.5 s1.5)][ox2 B(cc1) I(s1.5)] # VSO configuration string for FCO=1 and CodingOrder=T0D0D1D2T1T2
    121121
    122 #========== view synthesis optimization (VSO) ==========
    123 VSOConfig                 : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) B(oo2) I(s0.5 s1.5)][cx2 B(cc1) I(s1.5)]
    124                                                                    # VSO configuration string
    125122
     123
     124
     125
     126
Note: See TracChangeset for help on using the changeset viewer.