#1560 closed defect (fixed)

Typo re "maxTbSize"

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

Description

Undefined variable “maxTbSize” appears in the following subclauses:

8.4.5.1 General decoding process for intra blocks
8.5.8 Decoding process for the residual signal of coding blocks coded in inter prediction mode
8.5.9 Decoding process for the reconstructed signal of chroma coding blocks coded in inter prediction mode

Probably the text "Depending on maxTbSize, the following applies:" should be

"Depending on maxTbWidth and maxTbHeight, the following applies:"

(This seems better than using 'MaxTbSizeY' and simpler than trying to make more significant changes like listing all the inputs in the preamble to the following section, or identifying the output rather than the input(s) to the section in this preamble)

Change history (2)

comment:1 Changed 22 months ago by bbross

Good catch Chris, this is probably a left-over from before maxTbWidth and maxTbHeight have been introduced. I agree that what you suggest fixes it in a minimally invasive way.

comment:2 Changed 21 months ago by yk

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

Thanks! Will be fixed in JVET-AA2005-v1.

Note: See TracTickets for help on using tickets.