Changeset 568 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
27 Jan 2014, 20:37:31 (11 years ago)
Author:
qualcomm
Message:

JCTVC-P0125 -- Revert vps_extension_offset back to vps_reserved_0xffff_16bits

One macro (P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED) is defined and it negate the following two macros (VPS_EXTN_OFFSET & VPS_EXTN_OFFSET_CALC).

Contact fhendry@…

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

Legend:

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

    r565 r568  
    483483  Int         m_numLayerInIdList[MAX_VPS_LAYER_SETS_PLUS1];
    484484#endif
     485#if !P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED
    485486#if VPS_EXTN_OFFSET
    486487  UInt        m_extensionOffset;
     488#endif
    487489#endif
    488490#if VPS_RENAME
     
    980982  Int     scalTypeToScalIdx( ScalabilityType scalType );
    981983#endif
     984#if !P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED
    982985#if VPS_EXTN_OFFSET
    983986  Int     getExtensionOffset()                 { return m_extensionOffset;   }
    984987  Void    setExtensionOffset( UInt offset )    { m_extensionOffset = offset; }
     988#endif
    985989#endif
    986990#if O0215_PHASE_ALIGNMENT
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h

    r567 r568  
    126126#endif
    127127
     128#define P0125_REVERT_VPS_EXTN_OFFSET_TO_RESERVED        1   ///< JCTVC-P0125 -- Keep it as a reserved FFFF value --- The following two macros (VPS_EXTN_OFFSET & VPS_EXTN_OFFSET_CALC) will have no effect when this macro is set to 1.
    128129#define VPS_EXTN_OFFSET                  1      ///< implementation of vps_extension_offset syntax element
    129130#define VPS_EXTN_OFFSET_CALC             1      ///< Calculation of VPS extension offset
Note: See TracChangeset for help on using the changeset viewer.