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)
Change history (2)
Changed 8 years ago by asaid
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.
Source file with bug corrected