Changeset 468 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 14 Nov 2013, 09:02:43 (11 years ago)
- Location:
- branches/SHM-4.0-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r467 r468 2007 2007 2008 2008 #if REPN_FORMAT_IN_VPS 2009 #if O0194_ REPN_FORMAT_IN_VPS_BUGFIX2009 #if O0194_DIFFERENT_BITDEPTH_EL_BL 2010 2010 g_bitDepthYLayer[rpcSlice->getLayerId()] = rpcSlice->getBitDepthY(); 2011 2011 g_bitDepthCLayer[rpcSlice->getLayerId()] = rpcSlice->getBitDepthC(); -
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCu.cpp
r466 r468 616 616 curChromaQpOffset = pcCU->getSlice()->getPPS()->getChromaCrQpOffset() + pcCU->getSlice()->getSliceQpDeltaCr(); 617 617 } 618 #if O0194_REPN_FORMAT_IN_VPS_BUGFIX 618 #if O0194_DIFFERENT_BITDEPTH_EL_BL 619 // Bug-fix 619 620 #if REPN_FORMAT_IN_VPS 620 621 m_pcTrQuant->setQPforQuant ( pcCU->getQP(0), eText, pcCU->getSlice()->getQpBDOffsetC(), curChromaQpOffset ); … … 776 777 // Cb and Cr 777 778 Int curChromaQpOffset = pcCU->getSlice()->getPPS()->getChromaCbQpOffset() + pcCU->getSlice()->getSliceQpDeltaCb(); 778 #if O0194_REPN_FORMAT_IN_VPS_BUGFIX 779 #if O0194_DIFFERENT_BITDEPTH_EL_BL 780 // Bug-fix 779 781 #if REPN_FORMAT_IN_VPS 780 782 m_pcTrQuant->setQPforQuant( pcCU->getQP( uiAbsPartIdx ), TEXT_CHROMA, pcCU->getSlice()->getQpBDOffsetC(), curChromaQpOffset ); … … 792 794 793 795 curChromaQpOffset = pcCU->getSlice()->getPPS()->getChromaCrQpOffset() + pcCU->getSlice()->getSliceQpDeltaCr(); 794 #if O0194_REPN_FORMAT_IN_VPS_BUGFIX 796 #if O0194_DIFFERENT_BITDEPTH_EL_BL 797 // Bug-fix 795 798 #if REPN_FORMAT_IN_VPS 796 799 m_pcTrQuant->setQPforQuant( pcCU->getQP( uiAbsPartIdx ), TEXT_CHROMA, pcCU->getSlice()->getQpBDOffsetC(), curChromaQpOffset );
Note: See TracChangeset for help on using the changeset viewer.