Changeset 42 in 3DVCSoftware for trunk/CommonTestConditionsCfgs
- Timestamp:
- 26 Mar 2012, 18:05:40 (13 years ago)
- Location:
- trunk/CommonTestConditionsCfgs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
r18 r42 56 56 TemporalLayerQPOffset_L6 : 6 # QP offset for temporal layer 6 57 57 TemporalLayerQPOffset_L7 : 7 # QP offset for temporal layer 7 58 58 FCO : 0 # flexible coding order (0:off, 1:on) 59 CodingOrder : T0D0D1T1 # coding order 59 60 60 61 #========== encoder control /motion search ========== … … 114 115 MVI : 1 # motion parameter inheritance 115 116 117 #========== view synthesis optimization (VSO) ========== 118 VSOConfig : [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 116 120 117 #========== view synthesis optimization (VSO) ==========118 VSOConfig : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)]119 # VSO configuration string120 121 122 -
trunk/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg
r18 r42 1 2 1 3 2 #========== file i/o ========== … … 19 18 20 19 BitstreamFile : stream.bit # bitstream file 21 22 20 23 21 #========== general coding parameters ========== … … 60 58 TemporalLayerQPOffset_L6 : 6 # QP offset for temporal layer 6 61 59 TemporalLayerQPOffset_L7 : 7 # QP offset for temporal layer 7 62 60 FCO : 0 # flexible coding order (0:off, 1:on) 61 CodingOrder : T0D0D1D2T1T2 # coding order 63 62 64 63 #========== encoder control /motion search ========== … … 112 111 InterViewSkipLambdaScale : 8 # lambda scale for inter-view skip mode 113 112 114 115 113 #========== depth coding tools ========== 116 114 DMM : 1 # use depth intra modes (wedgelets) … … 118 116 MVI : 1 # motion parameter inheritance 119 117 118 #========== view synthesis optimization (VSO) ========== 119 VSOConfig : [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 120 121 121 #========== view synthesis optimization (VSO) ==========122 VSOConfig : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) B(oo2) I(s0.5 s1.5)][cx2 B(cc1) I(s1.5)]123 # VSO configuration string124 122 123 124 125 126
Note: See TracChangeset for help on using the changeset viewer.