Opened 11 years ago

Closed 11 years ago

#855 closed defect (fixed)

Typo in 8.4.2 Derivation process for luma intra prediction mode

Reported by: sue.naing Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D9 (K1003) v9
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

In session 8.4.2:

Typo:

“Otherwise, if N is equal to B and yB−1 is less than ( ( yB >> Log2CtbSizeY ) << Log2CtbSizeY ), intraPredModeB is set equal to Intra_DC."
should be
“Otherwise, if N is equal to B and yB−1 is less than ( ( yB >> Log2CtbSizeY ) << Log2CtbSizeY ), candIntraPredModeB is set equal to Intra_DC."

Inconsistency:

Missing “Output of this process”

Formatting:

Inconsistent font size in equation (8-23), (8-24) and (8-25). 1st elements have larger font size.

Change History (3)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by bbross

Re: Typo:
Right. Furthermore in the otherwise section above, "pcm_flag[ xNB ][ yNB ]" should be "pcm_flag[ xBN ][ yBN ]"

Re: Inconsistency
There is no output because the global variable IntraPredMode[ xB ][ yB ] is derived in the process.

Re: Formatting:
Right.

comment:3 Changed 11 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Benjamin Bross(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Sue Naing(Reporter)
  • Woo-Jin Han(Subscriber)