Changeset 588 in SHVCSoftware for trunk/cfg


Ignore:
Timestamp:
1 Feb 2014, 23:50:54 (11 years ago)
Author:
seregin
Message:

merge with SHM-5.0-dev

Location:
trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/cfg

  • trunk/cfg/encoder_intra_he10.cfg

    r494 r588  
    4444#=========== Misc. ============
    4545#InternalBitDepth             : 10          # codec operating bit-depth
    46 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    47 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    4846
    4947#=========== Coding Tools =================
  • trunk/cfg/encoder_intra_main.cfg

    r494 r588  
    4949#=========== Misc. ============
    5050#InternalBitDepth             : 8           # codec operating bit-depth
    51 InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    52 InternalBitDepth1             : 8           # codec operating bit-depth for layer 1
    5351
    5452#=========== Coding Tools =================
  • trunk/cfg/encoder_intra_main10.cfg

    r494 r588  
    4949#=========== Misc. ============
    5050#InternalBitDepth             : 10          # codec operating bit-depth
    51 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    52 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    5351
    5452#=========== Coding Tools =================
  • trunk/cfg/encoder_lowdelay_P_he10.cfg

    r494 r588  
    5151#=========== Misc. ============
    5252#InternalBitDepth             : 10          # internal bit-depth = BitDepth + BitIncrement
    53 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    54 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    5553
    5654#=========== Coding Tools =================
  • trunk/cfg/encoder_lowdelay_P_main.cfg

    r494 r588  
    5454#=========== Misc. ============
    5555#InternalBitDepth             : 8           # codec operating bit-depth
    56 InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    57 InternalBitDepth1             : 8           # codec operating bit-depth for layer 1
    5856
    5957#=========== Coding Tools =================
  • trunk/cfg/encoder_lowdelay_P_main10.cfg

    r494 r588  
    5656#=========== Misc. ============
    5757#InternalBitDepth             : 10          # codec operating bit-depth
    58 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    59 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    6058
    6159#=========== Coding Tools =================
  • trunk/cfg/encoder_lowdelay_he10.cfg

    r494 r588  
    4949#=========== Misc. ============
    5050#InternalBitDepth             : 10          # codec operating bit-depth
    51 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    52 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    5351
    5452#=========== Coding Tools =================
  • trunk/cfg/encoder_lowdelay_main.cfg

    r494 r588  
    5454#=========== Misc. ============
    5555#InternalBitDepth             : 8           # codec operating bit-depth
    56 InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    57 InternalBitDepth1             : 8           # codec operating bit-depth for layer 1
    5856
    5957#=========== Coding Tools =================
  • trunk/cfg/encoder_lowdelay_main10.cfg

    r494 r588  
    5454#=========== Misc. ============
    5555#InternalBitDepth             : 10          # codec operating bit-depth
    56 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    57 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    5856
    5957#=========== Coding Tools =================
  • trunk/cfg/encoder_randomaccess_he10.cfg

    r494 r588  
    5454#=========== Misc. ============
    5555#InternalBitDepth             : 10          # codec operating bit-depth
    56 InternalBitDepth0             : 10          # codec operating bit-depth for layer 0
    57 InternalBitDepth1             : 10          # codec operating bit-depth for layer 1
    5856
    5957#=========== Coding Tools =================
  • trunk/cfg/encoder_randomaccess_main.cfg

    r494 r588  
    5757#=========== Misc. ============
    5858#InternalBitDepth             : 8           # codec operating bit-depth
    59 InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    60 InternalBitDepth1             : 8           # codec operating bit-depth for layer 1
    6159
    6260#=========== Coding Tools =================
  • trunk/cfg/encoder_randomaccess_main10.cfg

    r494 r588  
    5757#=========== Misc. ============
    5858#InternalBitDepth             : 10           # codec operating bit-depth
    59 InternalBitDepth0             : 10           # codec operating bit-depth for layer 0
    60 InternalBitDepth1             : 10           # codec operating bit-depth for layer 1
    6159
    6260#=========== Coding Tools =================
  • trunk/cfg/layers.cfg

    r540 r588  
    99CrossLayerPictureTypeAlignFlag: 1           # Picture type alignment across layers
    1010CrossLayerIrapAlignFlag       : 1           # Align IRAP across layers
     11InterLayerWeightedPred        : 0           # enable IL WP parameters estimation at encoder
     12
    1113#============= LAYER 0 ==================
    1214QP0                           : 22
    1315MaxTidIlRefPicsPlus10         : 1           # max_tid_il_ref_pics_plus1 for layer0
     16InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    1417#============ Rate Control ==============
    1518RateControl0                  : 0           # Rate control: enable rate control for layer 0
     
    2427#============= LAYER 1 ==================
    2528QP1                           : 20
     29InternalBitDepth1             : 8           # codec operating bit-depth for layer 1
    2630NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
    2731SamplePredRefLayerIds1        : 0           # reference layer id
  • trunk/cfg/layers_avcbase.cfg

    r540 r588  
    66CrossLayerPictureTypeAlignFlag: 0           # Picture type alignment across layers
    77CrossLayerIrapAlignFlag       : 0           # Align IRAP across layers
     8InterLayerWeightedPred        : 0           # enable IL WP parameters estimation at encoder
    89#============= LAYER 0 ==================
    910QP0                           : 22
     11InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    1012
    1113#============ Rate Control ==============
     
    2123#============= LAYER 1 ==================
    2224QP1                           : 20
     25InternalBitDepth0             : 8           # codec operating bit-depth for layer 0
    2326NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
    2427SamplePredRefLayerIds1        : 0           # reference layer id
Note: See TracChangeset for help on using the changeset viewer.