Changeset 1181 in SHVCSoftware


Ignore:
Timestamp:
8 Jul 2015, 02:53:47 (9 years ago)
Author:
seregin
Message:

macro cleanup: VPS_VUI_OFFSET

Location:
branches/SHM-dev/source/Lib
Files:
2 edited

Legend:

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

    r1180 r1181  
    4848#define INFERENCE_POC_MSB_VAL_PRESENT    1      ///< JCTVC-Q0146 -- poc_msb_val_present_flag shall be equal to 0 when slice_header_extension_length is (inferred to be ) equal to 0
    4949#define NON_REF_NAL_TYPE_DISCARDABLE     1      ///< JCTVC-P0041 -- If discardable picture is a non-IRAP, it must be a non-referenced sub-layer picture
    50 #define VPS_VUI_OFFSET                   1      ///< N0085: Signal VPS VUI offset in the VPS extension
    5150#define POC_RESET_RESTRICTIONS           1      ///< Restrictions on semantics of POC reset-related syntax elements, including one item from R0223
    5251#define POC_RESET_VALUE_RESTRICTION      1      ///< R0223: Restriction on the value of full_poc_reset_flag
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1173 r1181  
    23532353#endif
    23542354      {
     2355        //The following code also calculates the VPS VUI offset
    23552356#else
    23562357      OutputNALUnit nalu(NAL_UNIT_VPS);
    2357 #endif
    2358 #if VPS_VUI_OFFSET
    2359       // The following code also calculates the VPS VUI offset
    23602358#endif
    23612359      m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream);
Note: See TracChangeset for help on using the changeset viewer.