Opened 4 years ago
Closed 4 years ago
#1321 closed defect (fixed)
BDOF conditions in 8.5.6.1
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In Section 8.5.6.1, in the following condition for bdofFlag:
predFlagL0[ xSbIdx ][ ySbIdx ] and predFlagL1[ xSbIdx ][ ySbIdx ] are both equal to 1.
The index xSbIdx and ySbIdx are not defined at this point. This makes it unclear over which range of xSbIdx and ySbIdx this condition is supposed to apply.
I believe the following would be sufficient since subblock motion is not allowed with BDOF.
predFlagL0[ 0 ][ 0 ] and predFlagL1[ 0 ][ 0 ] are both equal to 1.
Change history (1)
comment:1 Changed 4 years ago by jlchen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Brian, you're right. This will be fixed in S2001-vH release.