Changeset 595 in SHVCSoftware for trunk/cfg/encoder_lowdelay_P_main10.cfg


Ignore:
Timestamp:
2 Feb 2014, 06:01:53 (11 years ago)
Author:
seregin
Message:

merge with SHM-5.0-dev branch

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/cfg

  • trunk/cfg/encoder_lowdelay_P_main10.cfg

    r588 r595  
    55#======== Profile/Level ================
    66Profile                       : main10
    7 Level                         : 6.2
    87
    98#======== Unit definition ================
     
    2221DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    2322GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
    24 #        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs #UseExtUsedByCurr  ExtUsedByCurr(for each ref pic)
    25 Frame1:  P    1   3        0.4624   0            0               0           4                4         -1 -5 -9 -13       0                                           0
    26 Frame2:  P    2   2        0.4624   0            0               0           4                4         -1 -2 -6 -10       1      -1       5         1 1 1 0 1         0
    27 Frame3:  P    3   3        0.4624   0            0               0           4                4         -1 -3 -7 -11       1      -1       5         0 1 1 1 1         0
    28 Frame4:  P    4   1        0.578    0            0               0           4                4         -1 -4 -8 -12       1      -1       5         0 1 1 1 1         0
     23#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
     24Frame1:  P    1   3        0.4624   0            0               0           4                4         -1 -5 -9 -13       0
     25Frame2:  P    2   2        0.4624   0            0               0           4                4         -1 -2 -6 -10       1      -1       5         1 1 1 0 1
     26Frame3:  P    3   3        0.4624   0            0               0           4                4         -1 -3 -7 -11       1      -1       5         0 1 1 1 1            
     27Frame4:  P    4   1        0.578    0            0               0           4                4         -1 -4 -8 -12       1      -1       5         0 1 1 1 1
    2928
    3029#=========== Motion Search =============
     
    103102#============ Lossless ================
    104103TransquantBypassEnableFlag: 0  # Value of PPS flag.
    105 CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
     104CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
     105
     106#============ Rate Control ======================
     107#RateControl                         : 0                # Rate control: enable rate control
     108#TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
     109#KeepHierarchicalBit                 : 2                # Rate control: 0: equal bit allocation; 1: fixed ratio bit allocation; 2: adaptive ratio bit allocation
     110#LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
     111#RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
     112#InitialQP                           : 0                # Rate control: initial QP
     113#RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    106114
    107115### DO NOT ADD ANYTHING BELOW THIS LINE ###
Note: See TracChangeset for help on using the changeset viewer.