Opened 4 years ago

Closed 4 years ago

#832 closed defect (fixed)

missing parentheses in eq. (1036) and (1051) (version JVET-Q2001-v9)

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

Description

suggest replacing

shiftHor = ( angleIdx % 16 = = 8 | | ( angleIdx % 16 != 0 && hwRatio > 0 ) ? 0 : 1

with
shiftHor = ( angleIdx % 16 = = 8 | | ( angleIdx % 16 != 0 && hwRatio > 0 )) ? 0 : 1

Change history (1)

comment:1 Changed 4 years ago by jlchen

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

Thanks for reporting the bug, will be fixed in the release.

Note: See TracTickets for help on using tickets.