WIP: HACK: avoid assert in gm_get_motion_vector after invalid warped motion
The fix in !369 (merged) (597a6eb9) to change the global motion type to translation on invalid warped motion parameters can trigger an assert in gm_get_motion_vector. This patch is a hackish attempt to avoid the assert by clearing the low precision bits.