Skip to content

arm32: ipred16: Fix overwrites to the right of the buffer for ipred_dc_left_w64

Martin Storsjö requested to merge mstorsjo/dav1d:arm32-ipred-fix into master

In these cases, the function wrote a 64 pixel wide output, regardless of the actual width.

Merge request reports