Ignore:
Timestamp:
17 May 2013, 03:16:43 (12 years ago)
Author:
ustc
Message:

JCTVC-M0037. rate control harmonization with SHVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/cfg/encoder_randomaccess_main10.cfg

    r190 r211  
    106106
    107107#============ Rate Control ======================
    108 RateControl                         : 0                # Rate control: enable rate control
    109 TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
    110 KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
    111 LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
    112 RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
    113 InitialQP                           : 0                # Rate control: initial QP
    114 RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
     108RateControl0                  : 0           # Rate control: enable rate control for layer 0
     109TargetBitrate0                : 1000000     # Rate control: target bitrate for layer 0, in bps
     110KeepHierarchicalBit0          : 1           # Rate control: keep hierarchical bit allocation for layer 0 in rate control algorithm
     111LCULevelRateControl0          : 1           # Rate control: 1: LCU level RC for layer 0; 0: picture level RC for layer 0
     112RCLCUSeparateModel0           : 1           # Rate control: use LCU level separate R-lambda model for layer 0
     113InitialQP0                    : 0           # Rate control: initial QP for layer 0
     114RCForceIntraQP0               : 0           # Rate control: force intra QP to be equal to initial QP for layer 0
     115
     116RateControl1                  : 0           # Rate control: enable rate control for layer 1
     117TargetBitrate1                : 1000000     # Rate control: target bitrate for layer 1, in bps
     118KeepHierarchicalBit1          : 1           # Rate control: keep hierarchical bit allocation for layer 1 in rate control algorithm
     119LCULevelRateControl1          : 1           # Rate control: 1: LCU level RC for layer 1; 0: picture level RC for layer 1
     120RCLCUSeparateModel1           : 1           # Rate control: use LCU level separate R-lambda model for layer 1
     121InitialQP1                    : 0           # Rate control: initial QP for layer 1
     122RCForceIntraQP1               : 0           # Rate control: force intra QP to be equal to initial QP for layer 1
    115123
    116124### DO NOT ADD ANYTHING BELOW THIS LINE ###
Note: See TracChangeset for help on using the changeset viewer.