Opened 5 years ago
Closed 5 years ago
#517 closed defect (fixed)
Typo in 8.5.6.7
Reported by: | LiZhang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
When checking the availability of neighbouring blocks, checkPredModeY should be set equal to FALSE. Otherwise, wrong outputs of availability flags will be returned.
For X being replaced by either A or B, the variables availableX and isIntraCodedNeighbourX are derived as follows:
– The derivation process for neighbouring block availability as specified in clause 6.4.4 is invoked with the location ( xCurr, yCurr ) set equal to ( xCb, yCb ), the neighbouring location ( xNbY, yNbY ) set equal to ( xNbX, yNbX ) , checkPredModeY set equal to TRUE, and cIdx set equal to 0 as inputs, and the output is assigned to availableX.
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Good catch! Thanks!
Fixed in a document we are preparing to be submitted as an editorial input
to the 16th JVET meeting.