Opened 6 years ago
Closed 6 years ago
#125 closed defect (fixed)
Encoder and decoder mismatch when ConstrainedIntraPred is turned on
Reported by: | leolzhao | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-3.1 |
Component: | VTM | Version: | VTM-3.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Encoder and decoder mismatches when ConstrainedIntraPred is turned on.
And the mismatches can be repeated by using the following configuration:
"-c encoder_randomaccess_vtm.cfg -c bqsquare.cfg -q 37 -fs 576 -f 17 --ConstrainedIntraPred=1".
After debugging, one bug related to JVET-L0283 is found, only one line in SW needs to be fixed. Attached please find the related patch.
Attachments (1)
Change history (4)
Changed 6 years ago by leolzhao
comment:1 Changed 6 years ago by leolzhao
The bug doesn't affect the bitstream in CTC condition.
comment:2 Changed 6 years ago by ksuehring
- Version changed from VTM-3.0rc1 to VTM-3.0
comment:3 Changed 6 years ago by XiangLi
- Milestone set to VTM-3.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
bugfix patch related to jvet-l0283