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


Ignore:
Timestamp:
17 Oct 2013, 11:52:24 (11 years ago)
Author:
nokia
Message:

add syntax for JCTVC-N0065

File:
1 edited

Legend:

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

    r431 r439  
    12751275    //   colour_plane_id                                      u(2)
    12761276
     1277#if N0065_LAYER_POC_ALIGNMENT
     1278    if( pcSlice->getLayerId() > 0 || !pcSlice->getIdrPicFlag() )
     1279#else
    12771280    if( !pcSlice->getIdrPicFlag() )
     1281#endif
    12781282    {
    12791283#if POC_RESET_FLAG
     
    12911295#endif
    12921296      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb");
     1297
     1298#if N0065_LAYER_POC_ALIGNMENT
     1299      if( !pcSlice->getIdrPicFlag() )
     1300      {
     1301#endif
    12931302      TComReferencePictureSet* rps = pcSlice->getRPS();
    12941303     
     
    14051414        WRITE_FLAG( pcSlice->getEnableTMVPFlag() ? 1 : 0, "slice_temporal_mvp_enable_flag" );
    14061415      }
     1416#if N0065_LAYER_POC_ALIGNMENT
     1417      }
     1418#endif
    14071419    }
    14081420
Note: See TracChangeset for help on using the changeset viewer.