Opened 4 years ago

Closed 4 years ago

#699 closed defect (fixed)

typos in eq. 8-771 8-772

Reported by: zhou Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D7 vC
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

suggest replacing

xInt = Clip3( SubPicLeftBoundaryPos, SubPicRightBoundaryPos, xInt ) (8 771)
yInt = Clip3( SubPicTopBoundaryPos, SubPicBotBoundaryPos, yInt ) (8 772)

with

xInt = Clip3( SubPicLeftBoundaryPos, SubPicRightBoundaryPos, xIntL ) (8-771)
yInt = Clip3( SubPicTopBoundaryPos, SubPicBotBoundaryPos, yIntL ) (8-772)

Change history (1)

comment:1 Changed 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for reporting.

This will be fixed JVET-P2001-vD.

Note: See TracTickets for help on using tickets.