Skip to content

mc: Ensure high bitdepth intermediates fits in int16_t

Henrik Gramner requested to merge gramner/dav1d:mc_overflow16 into master

An extreme edge case with the combination of 8-tap sharp_sharp, mx and my both around 8, and a very specific pixel input pattern can cause overflows.

Add code to checkasm to trigger this scenario.

Merge request reports