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_lowdelay_P_main10.cfg

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