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


Ignore:
Timestamp:
30 Nov 2017, 18:22:35 (7 years ago)
Author:
seregin
Message:

fix for the ticket #92
If the current picture min CU size is larger than 16x16, 16x16 granularity as in the inter-layer motion resampling should be used for the inter-layer motion derivation.
LAYER_CTB macro is enabled as well, since different zig-zag scannings should be used.

File:
1 edited

Legend:

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

    r1578 r1600  
    22982298
    22992299#if REDUCED_ENCODER_MEMORY
    2300         m_cIlpPic[j]->create(*sps, *pps, false, true, m_layerId);
    2301 #else
    2302         m_cIlpPic[j]->create(*sps, *pps, true, m_layerId);
     2300        m_cIlpPic[j]->create(*sps, *pps, false, true, m_layerId, true);
     2301#else
     2302        m_cIlpPic[j]->create(*sps, *pps, true, m_layerId, true);
    23032303#endif
    23042304
Note: See TracChangeset for help on using the changeset viewer.