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


Ignore:
Timestamp:
16 Mar 2016, 18:49:53 (9 years ago)
Author:
seregin
Message:

fix for CGS_3D_ASYMLUT = 0, ticket #102

File:
1 edited

Legend:

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

    r1530 r1531  
    16921692                                     ((widthBL  << 16) + (widthEL  >> 1)) / widthEL,
    16931693                                     ((heightBL << 16) + (heightEL >> 1)) / heightEL );
     1694
     1695        TComPicYuv* pBaseColRec = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec();
    16941696#if CGS_3D_ASYMLUT
    1695         TComPicYuv* pBaseColRec = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec();
    16961697        if( pcSlice->getPPS()->getCGSFlag() && m_c3DAsymLUTPPS.isRefLayer( pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc) ) )
    16971698        {
Note: See TracChangeset for help on using the changeset viewer.