Opened 8 years ago

Closed 8 years ago

#20 closed defect (fixed)

Bug in PDPC rate computation

Reported by: asaid Owned by:
Priority: minor Milestone: HM-16.6-JEM-3.1
Component: JEM Version: HM-16.6-JEM-3.0
Keywords: Cc: ksuehring, XiangLi, jvet@…

Description

In function 'TEncSearch::xEncIntraHeader', the function call inside macro COM16_C1046_PDPC_INTRA should be after the closing bracket (}), instead of before it.

With the bug, the function `m_pcEntropyCoder->encodePDPCIdx' is called only for non-intra slices, when the correct is that it should be called for all slices.

The bug's effect in coding performance is minor. A file with the corrected version is attached.

Attachments (1)

TEncSearch.zip (63.1 KB) - added by asaid 8 years ago.
Source file with bug corrected

Download all attachments as: .zip

Change history (2)

Changed 8 years ago by asaid

Source file with bug corrected

comment:1 Changed 8 years ago by XiangLi

  • Milestone set to HM-16.6-JEM-3.1
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r263

Note: See TracTickets for help on using tickets.