Opened 5 years ago

Closed 5 years ago

#227 closed defect (fixed)

Redundant condition

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

Description

In 8.5.7.3.1:
– If bdofFlag is equal to TRUE and one or more of the following conditions are true, the prediction luma sample value predSamplesLX[ xL ][ yL ] is derived by invoking the luma integer sample fetching process as specified in clause 8.5.7.3.3 with ( xIntL, yIntL ), ( xFracL, yFracL ) and refPicLX as inputs:
– bdofFlag is equal to TRUE.
– xL is equal to 0.
– xL is equal to sbWidth + 1.
– yL is equal to 0.
– yL is equal to sbHeight + .

The first condition in the list is redundant.

Change history (3)

comment:1 Changed 5 years ago by luoda

Additionally, an "1" is missing in the end of the last condition.

comment:2 Changed 5 years ago by bbross

  • Milestone set to VVC D5 v3

comment:3 Changed 5 years ago by bbross

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

Fixed in D5 v3

Note: See TracTickets for help on using tickets.