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


Ignore:
Timestamp:
16 Apr 2014, 01:40:04 (11 years ago)
Author:
qualcomm
Message:

minor cleaning

Location:
branches/SHM-6-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r677 r683  
    358358      READ_FLAG( uiCode , "colour_mapping_enabled_flag" );
    359359      pcPPS->setCGSFlag( uiCode );
    360       if( pcPPS->getCGSFlag() == Q0048_CGS_3D_ASYMLUT_PPSUPDATE )
     360      if( pcPPS->getCGSFlag() )
    361361      {
    362362        xParse3DAsymLUT( pc3DAsymLUT );
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r677 r683  
    15501550#if Q0048_CGS_3D_ASYMLUT
    15511551        TComPicYuv* pBaseColRec = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec();
    1552         if( pcSlice->getPPS()->getCGSFlag() != Q0048_CGS_3D_ASYMLUT_OFF )
     1552        if( pcSlice->getPPS()->getCGSFlag() )
    15531553        {
    15541554          if(!m_pColorMappedPic)
Note: See TracChangeset for help on using the changeset viewer.