Changeset 416 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
8 Oct 2013, 18:55:47 (11 years ago)
Author:
seregin
Message:

formatting the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibCommon/TypeDef.h

    r415 r416  
    112112#define ILP_RAP                          1      ///< JCTVC-M0208 proposal 3
    113113
    114 #define IDR_ALIGNMENT                    0      ///< align IDR picures across layers : As per JCTVC-N0373, IDR are not required to be aligned.
    115 
    116114#define AVC_BASE                         1      ///< YUV BL reading for AVC base SVC
    117115#if AVC_BASE
     
    147145#endif
    148146
    149 #define N0147_IRAP_ALIGN_FLAG            1
     147#define N0147_IRAP_ALIGN_FLAG            1      ///< a flag to indicatate whether IRAPs are aligned across layers
     148#if !N0147_IRAP_ALIGN_FLAG
     149#define IDR_ALIGNMENT                    1      ///< align IDR picures across layers : As per JCTVC-N0373, IDR are not required to be aligned.
     150#endif
    150151#define FAST_INTRA_SHVC                  1      ///< M0115: reduction number of intra modes in the EL (encoder only)
    151152#if FAST_INTRA_SHVC
Note: See TracChangeset for help on using the changeset viewer.