Opened 4 years ago

Closed 4 years ago

#1078 closed defect (fixed)

Slice level lambda calculation based on dependent quantization

Reported by: jonatan Owned by:
Priority: minor Milestone: VTM-10.0
Component: VTM Version: VTM-9.3
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

In two places in EncSlice (in setUpLambda and in calculateLambda) the calculations for lambda depend on whether dependent quantization is used or not. However, in both places the checks are performed with "if( m_pcCfg->getDepQuantEnabledFlag() )" which will be true whenever dependent quantization is turned on for the sequence regardless of if the current slice has dependent quantization enabled or not. It seems to me that it would be better to check "if( slice->getDepQuantEnabledFlag()" instead so that the special lambda calculations are done only for slices that use dependent quantization.

Change history (1)

comment:1 Changed 4 years ago by XiangLi

  • Milestone set to VTM-10.0
  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to VTM-9.3
Note: See TracTickets for help on using tickets.