Opened 5 years ago
Closed 5 years ago
#625 closed defect (fixed)
Typo on chroma intra predicion for CIIP
Reported by: | hmjang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In draft 7 v10,
JVET-P0641, Chroma intra prediction for CIIP is conditionally applied to restrict 2xN chroma intra predictor.
In the draft specification, the condition is described wrong.
because the variable "xCb" specifies the pixel location. It should be changed to "cbWidth" as below.
– Otherwise, if cIdx is equal to 1 and cbWidth
xCb/ SubWidthC is greater than or equal to 4, the following applies:
...
– Otherwise, if cIdx is equal to 2 and cbWidth
xCb/ SubWidthC is greater than or equal to 4, the following applies:
...
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for reporting.
This will be fixed JVET-P2001-vB.