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


Ignore:
Timestamp:
6 Jul 2015, 20:41:31 (10 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/TLibEncoder/TEncCavlc.cpp

    r1104 r1105  
    21912191#endif
    21922192    WRITE_FLAG( vps->getProfilePresentFlag(idx),       "vps_profile_present_flag[i]" );
    2193 #if !P0048_REMOVE_PROFILE_REF
    2194     if( !vps->getProfilePresentFlag(idx) )
    2195     {
    2196       WRITE_CODE( vps->getProfileLayerSetRef(idx) - 1, 6, "profile_ref_minus1[i]" );
    2197     }
    2198 #endif
    21992193#if MULTIPLE_PTL_SUPPORT
    22002194    codePTL( vps->getPTL(idx), vps->getProfilePresentFlag(idx), vps->getMaxTLayers() - 1 );
Note: See TracChangeset for help on using the changeset viewer.