Opened 4 years ago

Closed 4 years ago

#837 closed defect (fixed)

Misplaced parentheses in long deblocking filter

Reported by: fbossen Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D8 vB
Keywords: Cc: vzakharc, yuwenhe, jvet@…

Description

Equation (1426) has misplaced closing parentheses:
p_i − ( tC*tCPD_i ) >> 1 should be p_i − ( tC*tCPD_i >> 1 ) as - has precedence over >>. The same applies to p_i + ( tC*tCPD_i ) >> 1 and to equation 1427

Change history (2)

comment:1 Changed 4 years ago by fbossen

  • Component changed from 360Lib to spec

comment:2 Changed 4 years ago by jlchen

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

Thanks for reporting the issue. This will be fixed in the vE release.

Note: See TracTickets for help on using tickets.