Changeset 1105 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
6 Jul 2015, 20:41:31 (11 years ago)
Author:
seregin
Message:

macro cleanup: O0109_PROF_REF_MINUS1, P0048_REMOVE_PROFILE_REF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1104 r1105  
    29612961    if( !vps->getProfilePresentFlag(idx) )
    29622962    {
    2963 #if P0048_REMOVE_PROFILE_REF
    29642963      // Copy profile information from previous one
    29652964#if MULTIPLE_PTL_SUPPORT
     
    29672966#else
    29682967      vps->getPTLForExtn(idx)->copyProfileInfo( (idx==1) ? vps->getPTL() : vps->getPTLForExtn( idx - 1 ) );
    2969 #endif
    2970 #else
    2971       READ_CODE( 6, uiCode, "profile_ref_minus1[i]" ); vps->setProfileLayerSetRef(idx, uiCode + 1);
    2972 #if O0109_PROF_REF_MINUS1
    2973       assert( vps->getProfileLayerSetRef(idx) <= idx );
    2974 #else
    2975       assert( vps->getProfileLayerSetRef(idx) < idx );
    2976 #endif
    2977       // Copy profile information as indicated
    2978       vps->getPTLForExtn(idx)->copyProfileInfo( vps->getPTLForExtn( vps->getProfileLayerSetRef(idx) ) );
    29792968#endif
    29802969    }
Note: See TracChangeset for help on using the changeset viewer.