Changeset 51 in 3DVCSoftware


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
Files:
3 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
  • branches/0.3-nokia/cfg/encoder_mvd.cfg

    r35 r51  
    1818BitstreamFile                 : BitStreamMV.bin
    1919
    20 3DVFlexOrder            :       0
    21 3DVCodingOrder          :       T0D0D1D2T1T2
    22 
    23 
    2420#====== General Coding Parameters ======
    2521NumberOfViews                 : 3           # Number of views to be coded
     
    3329OutputBitDepth                : 8           # Output bit-depth
    3430InternalBitDepth              : 10          # Internal bit-depth
     31FCO                           : 0
     323DVCodingOrder                : T0D0D1D2T1T2
     33
    3534
    3635#====== Camera Parameters ======
     
    7574VSOConfig                     : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) B(oo2) I(s0.5 s1.5)][cx2 B(cc1) I(s1.5)]  #VSO Configuration (3-View) coding order 1 0 2 oder 1 2 0
    7675#VSOConfig                    : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)]                                  #VSO Configuration (2-View) coding order 1 0
     76#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 (3-View) coding order 1 0 2 oder 1 2 0; FCO: 1
     77#VSOConfig                    : [ox0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)]                                  #VSO Configuration (2-View) coding order 1 0; FCO 1
     78
    7779
    7880#======== Quantization =============
Note: See TracChangeset for help on using the changeset viewer.