Changeset 530 in SHVCSoftware for branches/SHM-4.1-dev/source/App
- Timestamp:
- 28 Dec 2013, 02:37:15 (11 years ago)
- Location:
- branches/SHM-4.1-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r524 r530 615 615 ("MaxTidIlRefPicsPlus1%d", cfg_maxTidIlRefPicsPlus1, 1, MAX_LAYERS, "allowed maximum temporal_id for inter-layer prediction") 616 616 #endif 617 #if O0223_PICTURE_TYPES_ALIGN_FLAG 618 ("CrossLayerPictureTypeAlignFlag", m_crossLayerPictureTypeAlignFlag, true, "align picture type across layers" ) 619 #endif 617 620 #if N0147_IRAP_ALIGN_FLAG 618 ("CrossLayerIrapAlignFlag", m_crossLayerIrapAlignFlag, true, "align IRAP across layers" )621 ("CrossLayerIrapAlignFlag", m_crossLayerIrapAlignFlag, true, "align IRAP across layers" ) 619 622 #endif 620 623 #if AVC_BASE … … 2443 2446 printf("Skip picture at ARC switch : %d\n", m_skipPictureAtArcSwitch ); 2444 2447 #endif 2448 #if O0223_PICTURE_TYPES_ALIGN_FLAG 2449 printf("Cross layer picture type alignment : %d\n", m_crossLayerPictureTypeAlignFlag ); 2450 #endif 2445 2451 #if N0147_IRAP_ALIGN_FLAG 2446 2452 printf("Cross layer IRAP alignment : %d\n", m_crossLayerIrapAlignFlag ); -
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.h
r524 r530 394 394 Bool m_phaseAlignFlag; 395 395 #endif 396 #if O0223_PICTURE_TYPES_ALIGN_FLAG 397 Bool m_crossLayerPictureTypeAlignFlag; 398 #endif 396 399 #if N0147_IRAP_ALIGN_FLAG 397 400 Bool m_crossLayerIrapAlignFlag;
Note: See TracChangeset for help on using the changeset viewer.