- Timestamp:
- 18 Nov 2013, 19:31:24 (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-4.0-dev merged: 496-497
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-4.0-dev/source merged: 496-497
- Property svn:mergeinfo changed
-
trunk/source/App/TAppEncoder/TAppEncTop.cpp
r494 r498 1067 1067 { 1068 1068 UInt maxAuxId = 0; 1069 UInt auxDimIdLen = 0;1069 UInt auxDimIdLen = 1; 1070 1070 for(i = 1; i < vps->getMaxLayers(); i++) 1071 1071 { -
trunk/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r494 r498 449 449 #if N0214_INTERMEDIATE_BUFFER_16BITS 450 450 #if O0194_JOINT_US_BITSHIFT 451 nShift = 20 - g_bitDepthCLayer[ refLayerId];451 nShift = 20 - g_bitDepthCLayer[currLayerId]; 452 452 #else 453 453 nShift = US_FILTER_PREC*2 - shift1;
Note: See TracChangeset for help on using the changeset viewer.