Opened 4 years ago

Closed 4 years ago

#946 closed defect (fixed)

Minor editorial modification in 8.4.2.

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

Description

In 8.4.2 Derivation process for luma intra prediction mode, the following red text should be added.
It can be aligned to the text of clause 8.4.3 by this modification.

– If intra_luma_not_planar_flag[ xCb ][ yCb ] is equal to 0, IntraPredModeY[ xCb ][ yCb ] is set equal to INTRA_PLANAR.
– Otherwise, if BdpcmFlag[ xCb ][ yCb ][ 0 ] is equal to 1, IntraPredModeY[ xCb ][ yCb ] is set equal to BdpcmDir[ xCb ][ yCb ][ 0 ] ? INTRA_ANGULAR50 : INTRA_ANGULAR18.
– Otherwise (intra_luma_not_planar_flag[ xCb ][ yCb ] is equal to 1 and BdpcmFlag[ xCb ][ yCb ][ 0 ] is equal to 0), the following ordered steps apply:

Change history (1)

comment:1 Changed 4 years ago by bbross

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

Good catch, thanks!

This will be fixed in the first version of D10.

Note: See TracTickets for help on using tickets.