Changeset 1028 in SHVCSoftware for branches/SHM-upgrade/source


Ignore:
Timestamp:
25 Feb 2015, 02:41:18 (10 years ago)
Author:
seregin
Message:

set MaxTidIlRefPicsPlus1 to 7 as default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/App/TAppEncoder/TAppEncCfg.cpp

    r1021 r1028  
    12261226  ("OutputBitDepthC%d",                              cfg_OutputBitDepth[CHANNEL_TYPE_CHROMA],   0, MAX_LAYERS, "As per OutputBitDepth but for chroma component. (default:InternalBitDepthC)")
    12271227#endif
    1228   ("MaxTidRefPresentFlag",                           m_maxTidRefPresentFlag,                             true, "max_tid_ref_present_flag (0: not present, 1: present(default)) " )
    1229   ("MaxTidIlRefPicsPlus1%d",                         cfg_maxTidIlRefPicsPlus1,                  1, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction")
     1228  ("MaxTidRefPresentFlag",                           m_maxTidRefPresentFlag,                            false, "max_tid_ref_present_flag (0: not present, 1: present) " )
     1229  ("MaxTidIlRefPicsPlus1%d",                         cfg_maxTidIlRefPicsPlus1,                  7, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction")
    12301230#if O0223_PICTURE_TYPES_ALIGN_FLAG
    12311231  ("CrossLayerPictureTypeAlignFlag",                 m_crossLayerPictureTypeAlignFlag,                   true, "align picture type across layers" ) 
Note: See TracChangeset for help on using the changeset viewer.