Ignore:
Timestamp:
26 Nov 2012, 22:32:00 (13 years ago)
Author:
tech
Message:

Changed macro switch names to match conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.0-Qualcomm/source/Lib/TLibEncoder/TEncCavlc.cpp

    r194 r195  
    375375}
    376376
    377 #if MVHEVC
     377#if QC_MVHEVC_B0046
    378378Void TEncCavlc::codeVPS( TComVPS* pcVPS )
    379379{
     
    708708#endif
    709709  WRITE_FLAG( 1, "sps_extension_flag" );
    710 #if !MVHEVC
     710#if !QC_MVHEVC_B0046
    711711  WRITE_FLAG( (pcSPS->getNumberOfUsableInterViewRefs() > 0) ? 1 : 0, "interview_refs_present_flag" );
    712712  if( pcSPS->getNumberOfUsableInterViewRefs() > 0 )
     
    884884  if (!bEntropySlice)
    885885  {
    886 #if MVHEVC
     886#if QC_MVHEVC_B0046
    887887    WRITE_UVLC( 0, "pic_parameter_set_id" );
    888888#else
     
    895895    }
    896896#endif
    897 #if QC_REM_IDV
     897#if QC_REM_IDV_B0046
    898898    if(pcSlice->getNalUnitType()==NAL_UNIT_CODED_SLICE_IDR && pcSlice->getViewId() == 0)
    899899#else
     
    907907    {
    908908      WRITE_CODE( (pcSlice->getPOC()-pcSlice->getLastIDR()+(1<<pcSlice->getSPS()->getBitsForPOC()))%(1<<pcSlice->getSPS()->getBitsForPOC()), pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb");
    909 #if QC_REM_IDV
     909#if QC_REM_IDV_B0046
    910910      if( pcSlice->getPOC() == 0 && !(pcSlice->getSPS()->getViewId() && (pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR || pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA)))
    911911#else
Note: See TracChangeset for help on using the changeset viewer.