Opened 4 years ago
Closed 4 years ago
#1355 closed defect (fixed)
Merge index for GPM candidate 1
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Equation (639) needs an extra parenthesis to get the intended result, due to the order of operations of the "x?y:z" operator
n = merge_gpm_idx1[ xCb ][ yCb ] + (( merge_gpm_idx1[ xCb ][ yCb ] >= m ) ? 1 : 0)
Change history (1)
comment:1 Changed 4 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch, thanks! This will be fixed in JVET-S2001-vH.