Opened 6 years ago
Closed 6 years ago
#286 closed defect (fixed)
Mismatch with spec on condition to parse alf_ctb_flag for chroma
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-5.1 |
Component: | VTM | Version: | VTM-5.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In the specification, alf_ctb_flag is parsed for Cb when (slice_alf_chroma_idc = 1 or slice_alf_chroma_idc = 3), and for Cr when (slice_alf_chroma_idc = 2 or slice_alf_chroma_idc = 3).
VTM parses alf_ctb_flag for Cb when (slice_alf_chroma_idc = 2 or slice_alf_chroma_idc = 3), and for Cr when (slice_alf_chroma_idc = 1 or slice_alf_chroma_idc = 3).
Proposed fix: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/566
Change history (1)
comment:1 Changed 6 years ago by XiangLi
- Milestone set to VTM-5.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed as suggested.