#77 closed clean up required (fixed)Unused variable m_iBitsPerDepthValue
Description
The DLT variable 'm_iBitsPerDepthValue' is not used anymore in the software and should be removed. This affects the following files:
TComSlice.h/.cpp Change history (5)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by techcomment:3 Changed 10 years ago by tech
comment:4 Changed 10 years ago by fabianjaeger
Don't you need to take care of the following lines in {TEnc,TDec}Sbac.cpp: #if H_3D_DIM_DLT UInt uiMaxResidualBits = pcCU->getSlice()->getPPS()->getDLT()->getBitsPerDepthValue( pcCU->getSlice()->getLayerIdInVps() ); #else UInt uiMaxResidualBits = g_bitDepthY; #endif assert( uiMaxResidualBits <= g_bitDepthY ); comment:5 Changed 10 years ago by tech
No. Please have a look at FIX_TICKET_76. Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
The bug is fixed in branches/HTM-11.2-dev0 Rev. 1034 and will be part of a future HM release.