source: SHVCSoftware/branches/SHM-4.1-dev/cfg/layers.cfg @ 534

Last change on this file since 534 was 524, checked in by ericsson, 11 years ago

JCTVC-O0199: Skip picture at ARC switch (MACRO: HIGHER_LAYER_IRAP_SKIP_FLAG)

Support for coding higher layer picture as skip at ARC switching by setting SkipPictureAtArcSwitch to 1.

From: Jonatan Samuelsson <jonatan.samuelsson@…>

File size: 2.9 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))
9CrossLayerIrapAlignFlag       : 1           # Align IRAP across layers
10#============= LAYER 0 ==================
11QP0                           : 22
12MaxTidIlRefPicsPlus10         : 1           # max_tid_il_ref_pics_plus1 for layer0
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
25NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
26SamplePredRefLayerIds1        : 0           # reference layer id
27NumMotionPredRefLayers1       : 1           # number of motion pred reference layers
28MotionPredRefLayerIds1        : 0           # reference layer id
29NumActiveRefLayers1           : 1           # number of active reference layers
30PredLayerIds1                 : 0           # inter-layer prediction layer index within available reference layers
31
32#============ Rate Control ==============
33RateControl1                  : 0           # Rate control: enable rate control for layer 1
34TargetBitrate1                : 1000000     # Rate control: target bitrate for layer 1, in bps
35KeepHierarchicalBit1          : 1           # Rate control: keep hierarchical bit allocation for layer 1 in rate control algorithm
36LCULevelRateControl1          : 1           # Rate control: 1: LCU level RC for layer 1; 0: picture level RC for layer 1
37RCLCUSeparateModel1           : 1           # Rate control: use LCU level separate R-lambda model for layer 1
38InitialQP1                    : 0           # Rate control: initial QP for layer 1
39RCForceIntraQP1               : 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.