Changeset 683 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 16 Apr 2014, 01:40:04 (11 years ago)
- 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 358 358 READ_FLAG( uiCode , "colour_mapping_enabled_flag" ); 359 359 pcPPS->setCGSFlag( uiCode ); 360 if( pcPPS->getCGSFlag() == Q0048_CGS_3D_ASYMLUT_PPSUPDATE)360 if( pcPPS->getCGSFlag() ) 361 361 { 362 362 xParse3DAsymLUT( pc3DAsymLUT ); -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r677 r683 1550 1550 #if Q0048_CGS_3D_ASYMLUT 1551 1551 TComPicYuv* pBaseColRec = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(); 1552 if( pcSlice->getPPS()->getCGSFlag() != Q0048_CGS_3D_ASYMLUT_OFF)1552 if( pcSlice->getPPS()->getCGSFlag() ) 1553 1553 { 1554 1554 if(!m_pColorMappedPic)
Note: See TracChangeset for help on using the changeset viewer.