Opened 5 years ago
Closed 5 years ago
#456 closed defect (fixed)
Issue of SCIPU in YUV444
Reported by: | yhchao | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | VTM-6.0 |
Component: | VTM | Version: | VTM-6.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In VTM6.0rc1, SCIPU (JVET-O0050) is implemented for YUV444. It is not clear why SCIPU should be implemented in that case. In YUV444, the block size never goes down to 2x4, 4x2 and 2x2 so the problem stated in JVET-O0050 don't exist.
In addition, when both SCHIPU and palette mode are enabled, encoder & decoder crashes since local dual tree block is introduced in single tree slices, which mixes the joint and separated palette tables.
We suggest disabling SCIPU in YUV444. Below is the merge request for the fix:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/852
Change history (1)
comment:1 Changed 5 years ago by XiangLi
- Milestone set to VTM-6.0
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed as suggested.