Opened 6 years ago
Closed 6 years ago
#253 closed defect (fixed)
dHorY and dVerY should be swapped in equations 8-702 and 8-703
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In “8.5.5.9 Derivation process for motion vector arrays from affine control point motion vectors”, dHorY and dVerY in equations 8-702 and 8-703 should be swapped and the equations should be modified as follows:
bxWXv = ( ( Max( 0, 4 * dVerYdHorY ) − Min( 0, 4 * dVerYdHorY ) ) >> 11 ) + 9 (8 702)
bxHXv = ( ( Max( 0, 4 * ( 2048 + dHorYdVerY ) ) − Min( 0, 4 * ( 2048 + dHorYdVerY ) ) ) >> 11 ) + 9 (8-703)
Change history (2)
comment:1 Changed 6 years ago by zhou
comment:2 Changed 6 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Fixed in D5 v4
Note: See TracTickets for help on using tickets.
In “8.5.5.9 Derivation process for motion vector arrays from affine control point motion vectors”, dHorY and dVerY in equations 8-702 and 8-703 should be swapped and the equations should be modified as follows:
bxWXv = ( ( Max( 0, 4 * dHorY ) − Min( 0, 4 * dHorY ) ) >> 11 ) + 9 (8 702)
bxHXv = ( ( Max( 0, 4 * ( 2048 + dVerY ) ) − Min( 0, 4 * ( 2048 + dVerY ) ) ) >> 11 ) + 9 (8-703)