Opened 4 years ago

Closed 4 years ago

#1318 closed defect (fixed)

Typos in Section 8.5.5.3

Reported by: bheng Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D10 vE
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

Equations 703 and 704 use the term "CtuLog2Size".

xCtb = ( xCb >> CtuLog2Size ) << CtuLog2Size (703)
yCtb = ( yCb >> CtuLog2Size ) << CtuLog2Size (704)

No such term is defined. I assume these should be CtbLog2SizeY instead.

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catches. Thanks! Will be fixed in JVET-S2001-vH.

Note: See TracTickets for help on using tickets.