Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#77 closed clean up required (fixed)

Unused variable m_iBitsPerDepthValue

Reported by: fabianjaeger Owned by: tech
Priority: minor Component: HTM software
Version: Keywords:
Cc: tech, jct-3v@…

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
TDecSbac.cpp
TEncSbac.cpp

Change history (5)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

comment:2 Changed 10 years ago by tech

The bug is fixed in branches/HTM-11.2-dev0 Rev. 1034 and will be part of a future HM release.

comment:3 Changed 10 years ago by tech

  • Resolution set to fixed
  • Status changed from new to closed

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 );
Last edited 10 years ago by fabianjaeger (previous) (diff)

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

  • Fabian Jäger(Reporter, Participant)
  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Karsten Suehring(Always)