Changeset 684 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 16 Apr 2014, 02:23:24 (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/TDecEntropy.h
r677 r684 145 145 Void decodeSPS ( TComSPS* pcSPS ) { m_pcEntropyDecoderIf->parseSPS(pcSPS); } 146 146 #endif 147 Void decodePPS ( TComPPS* pcPPS 147 148 148 #if Q0048_CGS_3D_ASYMLUT 149 , TCom3DAsymLUT * pc3DAsymLUT , Int nLayerID 149 Void decodePPS ( TComPPS* pcPPS, TCom3DAsymLUT * pc3DAsymLUT, Int nLayerID ) { m_pcEntropyDecoderIf->parsePPS(pcPPS, pc3DAsymLUT , nLayerID ); } 150 #else 151 Void decodePPS ( TComPPS* pcPPS ) { m_pcEntropyDecoderIf->parsePPS(pcPPS ); } 150 152 #endif 151 ) { m_pcEntropyDecoderIf->parsePPS(pcPPS152 #if Q0048_CGS_3D_ASYMLUT153 , pc3DAsymLUT , nLayerID154 #endif155 ); }156 153 Void decodeSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager) { m_pcEntropyDecoderIf->parseSliceHeader(rpcSlice, parameterSetManager); } 157 154 -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r683 r684 1553 1553 { 1554 1554 if(!m_pColorMappedPic) 1555 { 1555 1556 initAsymLut(pcSlice->getBaseColPic(refLayerIdc)->getSlice(0)); 1557 } 1556 1558 m_c3DAsymLUTPPS.colorMapping( pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), m_pColorMappedPic ); 1557 1559 pBaseColRec = m_pColorMappedPic; … … 1561 1563 if( pcPic->isSpatialEnhLayer(refLayerIdc) ) 1562 1564 { 1563 /*#if O0098_SCALED_REF_LAYER_ID1564 Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindowForLayer(pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc));1565 #else1566 Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc);1567 #endif*/1568 1565 #if O0215_PHASE_ALIGNMENT 1569 1566 #if O0194_JOINT_US_BITSHIFT
Note: See TracChangeset for help on using the changeset viewer.