source: SHVCSoftware/branches/SHM-5.1-dev/cfg/layers.cfg @ 614

Last change on this file since 614 was 595, checked in by seregin, 11 years ago

merge with SHM-5.0-dev branch

File size: 3.3 KB
Line 
1NumLayers                     : 2
2AvcBase                       : 0
3ScalabilityMask1              : 0           # Multiview
4ScalabilityMask2              : 1           # Scalable
5ScalabilityMask3              : 0           # Auxiliary pictures
6AdaptiveResolutionChange      : 0           # Resolution change frame (0: disable)
7SkipPictureAtArcSwitch        : 0           # Code higher layer picture as skip at ARC switching (0: disable (default), 1: enable)
8MaxTidRefPresentFlag          : 1           # max_tid_ref_present_flag (0=not present, 1=present(default))
9CrossLayerPictureTypeAlignFlag: 1           # Picture type alignment across layers
10CrossLayerIrapAlignFlag       : 1           # Align IRAP across layers
11InterLayerWeightedPred        : 0           # enable IL WP parameters estimation at encoder
12SEIpictureDigest              : 1
13
14#============= LAYER 0 ==================
15QP0                           : 22
16MaxTidIlRefPicsPlus10         : 1           # max_tid_il_ref_pics_plus1 for layer0
17InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
18#============ Rate Control ==============
19RateControl0                  : 0           # Rate control: enable rate control for layer 0
20TargetBitrate0                : 1000000     # Rate control: target bitrate for layer 0, in bps
21KeepHierarchicalBit0          : 1           # Rate control: keep hierarchical bit allocation for layer 0 in rate control algorithm
22LCULevelRateControl0          : 1           # Rate control: 1: LCU level RC for layer 0; 0: picture level RC for layer 0
23RCLCUSeparateModel0           : 1           # Rate control: use LCU level separate R-lambda model for layer 0
24InitialQP0                    : 0           # Rate control: initial QP for layer 0
25RCForceIntraQP0               : 0           # Rate control: force intra QP to be equal to initial QP for layer 0
26
27
28#============= LAYER 1 ==================
29QP1                           : 20
30InternalBitDepth1             : 8           # codec operating bit-depth for layer 1
31NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
32SamplePredRefLayerIds1        : 0           # reference layer id
33NumMotionPredRefLayers1       : 1           # number of motion pred reference layers
34MotionPredRefLayerIds1        : 0           # reference layer id
35NumActiveRefLayers1           : 1           # number of active reference layers
36PredLayerIds1                 : 0           # inter-layer prediction layer index within available reference layers
37
38#============ Rate Control ==============
39RateControl1                  : 0           # Rate control: enable rate control for layer 1
40TargetBitrate1                : 1000000     # Rate control: target bitrate for layer 1, in bps
41KeepHierarchicalBit1          : 1           # Rate control: keep hierarchical bit allocation for layer 1 in rate control algorithm
42LCULevelRateControl1          : 1           # Rate control: 1: LCU level RC for layer 1; 0: picture level RC for layer 1
43RCLCUSeparateModel1           : 1           # Rate control: use LCU level separate R-lambda model for layer 1
44InitialQP1                    : 0           # Rate control: initial QP for layer 1
45RCForceIntraQP1               : 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.