Changeset 1472 in SHVCSoftware for branches/SHM-dev/source/Lib
- Timestamp:
- 14 Sep 2015, 19:46:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1464 r1472 3477 3477 const BitDepths& TComVPS::getBitDepths( const TComSPS* sps, const UInt layerId ) const 3478 3478 { 3479 static const BitDepths bitDepths( getBitDepth(CHANNEL_TYPE_LUMA, sps, layerId), getBitDepth(CHANNEL_TYPE_CHROMA, sps, layerId) ); 3479 static BitDepths bitDepths; 3480 bitDepths.recon[CHANNEL_TYPE_LUMA] = getBitDepth(CHANNEL_TYPE_LUMA, sps, layerId); 3481 bitDepths.recon[CHANNEL_TYPE_CHROMA] = getBitDepth(CHANNEL_TYPE_CHROMA, sps, layerId); 3480 3482 return bitDepths; 3481 3483 }
Note: See TracChangeset for help on using the changeset viewer.