Changeset 1194 in SHVCSoftware


Ignore:
Timestamp:
8 Jul 2015, 19:32:13 (9 years ago)
Author:
seregin
Message:

macro cleanup: INFERENCE_POC_MSB_VAL_PRESENT

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

Legend:

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

    r1193 r1194  
    4646#define MAX_LAYERS                       8      ///< max number of layers the codec is supposed to handle
    4747#define CONFORMANCE_BITSTREAM_MODE       1      ///< In order to generate the metadata related to conformance bitstreams
    48 #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
    4948#define POC_RESET_RESTRICTIONS           1      ///< Restrictions on semantics of POC reset-related syntax elements, including one item from R0223
    5049#define POC_RESET_VALUE_RESTRICTION      1      ///< R0223: Restriction on the value of full_poc_reset_flag
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1193 r1194  
    19121912  {
    19131913    sliceHeaderExtensionLength = 0;
    1914 #if INFERENCE_POC_MSB_VAL_PRESENT
    19151914    pcSlice->setPocMsbValPresentFlag( false );
    1916 #endif
    1917   }
     1915  }
     1916
    19181917  UInt startBits = m_pcBitstream->getNumBitsRead();     // Start counter of # SH Extn bits
    19191918  if( sliceHeaderExtensionLength > 0 )
Note: See TracChangeset for help on using the changeset viewer.