Opened 5 years ago

Closed 5 years ago

#322 closed defect (fixed)

Parsing condition for ISP split flag

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

Description

As the block size condition to use ISP was changed from ( cbWidth <= MaxTbSizeY | | cbHeight <= MaxTbSizeY ) to ( cbWidth <= MaxTbSizeY && cbHeight <= MaxTbSizeY ), it is not necessary to check the same condition when parsing intra_subpartitions_split_flag.

Suggested fix:

if( intra_subpartitions_mode_flag[ x0 ][ y0 ] == 1 )
	intra_subpartitions_split_flag[ x0 ][ y0 ]

Change history (4)

comment:1 Changed 5 years ago by bbross

  • Version changed from VVC D5 v8 to VVC D5 v9

comment:2 Changed 5 years ago by bbross

  • Version changed from VVC D5 v9 to VVC D5 v10

comment:3 Changed 5 years ago by bbross

Fixed in D6 vC

comment:4 Changed 5 years ago by bbross

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

Fixed in D6 vC

Note: See TracTickets for help on using tickets.