Opened 4 years ago

Closed 4 years ago

#1272 closed defect (fixed)

Typos in residual_ts_coding( )

Reported by: bheng Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D10 vE
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

There are unnecessary right parenthesis in the following two lines.

absLeftCoeff = xC > 0 ? AbsLevel[ xC − 1 ][ yC ] ) : 0
absAboveCoeff = yC > 0 ? AbsLevel[ xC ][ yC − 1 ] ) : 0

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catch, thanks! Will be fixed in S2001-vH.

Note: See TracTickets for help on using tickets.