Changeset 489 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 16 Nov 2013, 04:03:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp ΒΆ
r485 r489 2100 2100 #if REPN_FORMAT_IN_VPS 2101 2101 #if O0194_DIFFERENT_BITDEPTH_EL_BL 2102 g_bitDepthYLayer[rpcSlice->getLayerId()] 2103 g_bitDepthCLayer[rpcSlice->getLayerId()] 2102 g_bitDepthYLayer[rpcSlice->getLayerId()] = rpcSlice->getBitDepthY(); 2103 g_bitDepthCLayer[rpcSlice->getLayerId()] = rpcSlice->getBitDepthC(); 2104 2104 #endif 2105 2105 assert( rpcSlice->getSliceQp() >= -rpcSlice->getQpBDOffsetY() );
Note: See TracChangeset for help on using the changeset viewer.