Opened 5 years ago

Closed 5 years ago

#257 closed defect (fixed)

The BDPCM CU level flag is signaled even if BDCPM is disabled per config. file parameter

Reported by: deluxan Owned by:
Priority: minor Milestone: VTM-6.0
Component: VTM Version: VTM-5.2
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

The functions bdpcm_mode in CABACWriter and CABACReader do not check the value of m_pcEncCfg->getRDPCM(). Therefore, the encoder signals to the decoder the value of cu.bdpcmMode even if BDPCM is disabled per config. file parameter.

It is suggested to check m_pcEncCfg->getRDPCM() within the function bdpcm_mode to fix this issue.

Change history (2)

comment:1 Changed 5 years ago by mcoban

sps level flag enabling RDPCM was not included in the proposal. It can be added if everybody is OK with it.

comment:2 Changed 5 years ago by XiangLi

  • Milestone set to VTM-6.0
  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to VTM-5.2

An SPS level has been added in both spec and software.

Note: See TracTickets for help on using tickets.