source: SHVCSoftware/branches/SHM-4.0-dev/cfg/layers.cfg @ 565

Last change on this file since 565 was 487, checked in by seregin, 11 years ago

set ScalabilityMask3 to 0

File size: 2.7 KB
RevLine 
[284]1NumLayers                     : 2
2AvcBase                       : 0
[442]3ScalabilityMask1              : 0           # Multiview
4ScalabilityMask2              : 1           # Scalable
[487]5ScalabilityMask3              : 0           # Auxiliary pictures
[301]6AdaptiveResolutionChange      : 0           # Resolution change frame (0: disable)
[442]7MaxTidRefPresentFlag          : 1           # max_tid_ref_present_flag (0=not present, 1=present(default))
[284]8#============= LAYER 0 ==================
9QP0                           : 22
[442]10MaxTidIlRefPicsPlus10         : 1           # max_tid_il_ref_pics_plus1 for layer0
[284]11#============ Rate Control ==============
12RateControl0                  : 0           # Rate control: enable rate control for layer 0
13TargetBitrate0                : 1000000     # Rate control: target bitrate for layer 0, in bps
14KeepHierarchicalBit0          : 1           # Rate control: keep hierarchical bit allocation for layer 0 in rate control algorithm
15LCULevelRateControl0          : 1           # Rate control: 1: LCU level RC for layer 0; 0: picture level RC for layer 0
16RCLCUSeparateModel0           : 1           # Rate control: use LCU level separate R-lambda model for layer 0
17InitialQP0                    : 0           # Rate control: initial QP for layer 0
18RCForceIntraQP0               : 0           # Rate control: force intra QP to be equal to initial QP for layer 0
19
20
21#============= LAYER 1 ==================
22QP1                           : 20
[290]23NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
24SamplePredRefLayerIds1        : 0           # reference layer id
25NumMotionPredRefLayers1       : 1           # number of motion pred reference layers
26MotionPredRefLayerIds1        : 0           # reference layer id
[284]27NumActiveRefLayers1           : 1           # number of active reference layers
[293]28PredLayerIds1                 : 0           # inter-layer prediction layer index within available reference layers
[284]29
30#============ Rate Control ==============
31RateControl1                  : 0           # Rate control: enable rate control for layer 1
32TargetBitrate1                : 1000000     # Rate control: target bitrate for layer 1, in bps
33KeepHierarchicalBit1          : 1           # Rate control: keep hierarchical bit allocation for layer 1 in rate control algorithm
34LCULevelRateControl1          : 1           # Rate control: 1: LCU level RC for layer 1; 0: picture level RC for layer 1
35RCLCUSeparateModel1           : 1           # Rate control: use LCU level separate R-lambda model for layer 1
36InitialQP1                    : 0           # Rate control: initial QP for layer 1
37RCForceIntraQP1               : 0           # Rate control: force intra QP to be equal to initial QP for layer 1
Note: See TracBrowser for help on using the repository browser.