Changeset 51 in 3DVCSoftware
- Timestamp:
- 4 Apr 2012, 17:06:23 (13 years ago)
- Location:
- branches/0.3-nokia
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-nokia/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
r34 r51 15 15 16 16 BitstreamFile : stream.bit # bitstream file 17 18 3DVFlexOrder : 019 3DVCodingOrder : T0D0D1D2T1T220 17 21 18 … … 59 56 TemporalLayerQPOffset_L6 : 6 # QP offset for temporal layer 6 60 57 TemporalLayerQPOffset_L7 : 7 # QP offset for temporal layer 7 61 58 FCO : 0 # flexible coding order (0:off, 1:on) 59 CodingOrder : T0D0D1T1 # coding order 62 60 63 61 #========== encoder control /motion search ========== … … 117 115 MVI : 1 # motion parameter inheritance 118 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 119 120 120 #========== view synthesis optimization (VSO) ==========121 VSOConfig : [cx0 B(cc1) I(s0.5)][cx1 B(oo0) I(s0.5)]122 # VSO configuration string123 121 122 -
branches/0.3-nokia/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg
r34 r51 18 18 19 19 BitstreamFile : stream.bit # bitstream file 20 21 3DVFlexOrder : 022 3DVCodingOrder : T0D0D1D2T1T223 20 24 21 #========== general coding parameters ========== … … 61 58 TemporalLayerQPOffset_L6 : 6 # QP offset for temporal layer 6 62 59 TemporalLayerQPOffset_L7 : 7 # QP offset for temporal layer 7 63 60 FCO : 0 # flexible coding order (0:off, 1:on) 61 CodingOrder : T0D0D1D2T1T2 # coding order 64 62 65 63 #========== encoder control /motion search ========== … … 113 111 InterViewSkipLambdaScale : 8 # lambda scale for inter-view skip mode 114 112 115 116 113 #========== depth coding tools ========== 117 114 DMM : 1 # use depth intra modes (wedgelets) … … 119 116 MVI : 1 # motion parameter inheritance 120 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 121 121 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 string125 122 123 124 125 126 -
branches/0.3-nokia/cfg/encoder_mvd.cfg
r35 r51 18 18 BitstreamFile : BitStreamMV.bin 19 19 20 3DVFlexOrder : 021 3DVCodingOrder : T0D0D1D2T1T222 23 24 20 #====== General Coding Parameters ====== 25 21 NumberOfViews : 3 # Number of views to be coded … … 33 29 OutputBitDepth : 8 # Output bit-depth 34 30 InternalBitDepth : 10 # Internal bit-depth 31 FCO : 0 32 3DVCodingOrder : T0D0D1D2T1T2 33 35 34 36 35 #====== Camera Parameters ====== … … 75 74 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 (3-View) coding order 1 0 2 oder 1 2 0 76 75 #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 77 79 78 80 #======== Quantization =============
Note: See TracChangeset for help on using the changeset viewer.