Opened 4 years ago
Closed 4 years ago
#1274 closed enhancement (fixed)
clarity improvement for DMVR bounding box
Reported by: | lenchik | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | semih.esenlik@…, ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In section 8.5.3.1 the following condition is present:
– When intOffX is not equal to −2 or 2, and intOffY is not equal to −2 or 2, subPelFlag is set equal to 1.
The usage of "or" seems confusing, it might be better to say:
– When absolute value of intOffX is not 2, and absolute value of intOffY is not equal 2, subPelFlag is set 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.
The suggestion is good to me. will be included in S2001-vH release.
Will be rephrased as
When the absolute value of intOffX is not equal to 2 and the absolute value of intOffY is not equal to 2, subPelFlag is set equal to 1.