source: SHVCSoftware/branches/SHM-5.0-dev/cfg/layers_avcbase.cfg @ 577

Last change on this file since 577 was 574, checked in by seregin, 11 years ago

move IL WP setting into the config file

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