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