Ignore:
Timestamp:
29 Apr 2014, 23:47:35 (11 years ago)
Author:
seregin
Message:

remove macro N0120_MAX_TID_REF_PRESENT_FLAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r744 r755  
    957957    }
    958958#endif
    959 #if N0120_MAX_TID_REF_PRESENT_FLAG
    960959   WRITE_FLAG( vps->getMaxTidRefPresentFlag(), "max_tid_ref_present_flag");
    961960   if (vps->getMaxTidRefPresentFlag())
     
    976975     }
    977976   }
    978 #else
    979   for( i = 0; i < vps->getMaxLayers() - 1; i++)
    980   {
    981 #if O0225_MAX_TID_FOR_REF_LAYERS
    982        for( j = i+1; j <= vps->getMaxLayers() - 1; j++)
    983        {
    984          if(vps->getDirectDependencyFlag(j, i))
    985          {
    986            WRITE_CODE(vps->getMaxTidIlRefPicsPlus1(i,j), 3, "max_tid_il_ref_pics_plus1[i][j]" );
    987          }
    988        }
    989 #else
    990     WRITE_CODE(vps->getMaxTidIlRefPicsPlus1(i), 3, "max_tid_il_ref_pics_plus1[i]" );
    991 #endif
    992   }
    993 #endif
    994977#if ILP_SSH_SIG
    995978    WRITE_FLAG( vps->getIlpSshSignalingEnabledFlag(), "all_ref_layers_active_flag" );
Note: See TracChangeset for help on using the changeset viewer.