Changeset 1126 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 7 Jul 2015, 02:30:56 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1124 r1126 1167 1167 ("MaxTidRefPresentFlag", m_maxTidRefPresentFlag, false, "max_tid_ref_present_flag (0: not present, 1: present) " ) 1168 1168 ("MaxTidIlRefPicsPlus1%d", cfg_maxTidIlRefPicsPlus1, 7, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction") 1169 #if O0223_PICTURE_TYPES_ALIGN_FLAG1170 1169 ("CrossLayerPictureTypeAlignFlag", m_crossLayerPictureTypeAlignFlag, true, "align picture type across layers" ) 1171 #endif1172 1170 ("CrossLayerIrapAlignFlag", m_crossLayerIrapAlignFlag, true, "align IRAP across layers" ) 1173 1171 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG … … 4509 4507 printf("Skip picture at ARC switch : %d\n", m_skipPictureAtArcSwitch ); 4510 4508 #endif 4511 #if O0223_PICTURE_TYPES_ALIGN_FLAG4512 4509 printf("Align picture type : %d\n", m_crossLayerPictureTypeAlignFlag ); 4513 #endif4514 4510 printf("Cross layer IRAP alignment : %d\n", m_crossLayerIrapAlignFlag ); 4515 4511 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1124 r1126 490 490 UInt m_ilcIdc[1024]; 491 491 #endif 492 #if O0223_PICTURE_TYPES_ALIGN_FLAG493 492 Bool m_crossLayerPictureTypeAlignFlag; 494 #endif495 493 Bool m_crossLayerIrapAlignFlag; 496 494 #if Q0096_OVERLAY_SEI -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1124 r1126 1754 1754 } 1755 1755 #endif 1756 #if O0223_PICTURE_TYPES_ALIGN_FLAG1757 1756 vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag ); 1758 #endif1759 1757 #if P0068_CROSS_LAYER_ALIGNED_IDR_ONLY_FOR_IRAP_FLAG 1760 1758 vps->setCrossLayerAlignedIdrOnlyFlag( m_crossLayerAlignedIdrOnlyFlag );
Note: See TracChangeset for help on using the changeset viewer.