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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.