Changeset 878 in SHVCSoftware
- Timestamp:
- 28 Aug 2014, 18:38:34 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r874 r878 4309 4309 { 4310 4310 #if R0164_CGS_LUT_BUGFIX 4311 Int shift = pc3DAsymLUT->get MaxOctantDepth() - nDepth ;4311 Int shift = pc3DAsymLUT->getCurOctantDepth() - nDepth ; 4312 4312 #endif 4313 4313 for( Int nVertexIdx = 0 ; nVertexIdx < 4 ; nVertexIdx++ ) -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r874 r878 2999 2999 { 3000 3000 #if R0164_CGS_LUT_BUGFIX 3001 Int shift = pc3DAsymLUT->get MaxOctantDepth() - nDepth ;3001 Int shift = pc3DAsymLUT->getCurOctantDepth() - nDepth ; 3002 3002 #endif 3003 3003 for( Int nVertexIdx = 0 ; nVertexIdx < 4 ; nVertexIdx++ )
Note: See TracChangeset for help on using the changeset viewer.