Changeset 1200 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 20:22:40 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1199 r1200 1790 1790 1791 1791 #if REPN_FORMAT_IN_VPS 1792 #if O0194_DIFFERENT_BITDEPTH_EL_BL1793 1792 g_bitDepthLayer[CHANNEL_TYPE_LUMA][pcSlice->getLayerId()] = pcSlice->getBitDepthY(); 1794 1793 g_bitDepthLayer[CHANNEL_TYPE_CHROMA][pcSlice->getLayerId()] = pcSlice->getBitDepthC(); 1795 #endif 1794 1796 1795 assert( pcSlice->getSliceQp() >= -pcSlice->getQpBDOffsetY() ); 1797 1796 #else -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1199 r1200 567 567 pBLPic->getSlice(0)->setVPS( activeVPS ); 568 568 569 #if O0194_DIFFERENT_BITDEPTH_EL_BL570 569 g_bitDepthLayer[CHANNEL_TYPE_LUMA][0] = repFormat->getBitDepthVpsLuma(); 571 570 g_bitDepthLayer[CHANNEL_TYPE_CHROMA][0] = repFormat->getBitDepthVpsChroma(); 572 #endif573 571 } 574 572 }
Note: See TracChangeset for help on using the changeset viewer.