Skip to content

Remove redundant memset in itx DSP initialization

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

The struct is already zero-initialized when the function is called except for the checkasm test, so move the zeroing there instead.

Merge request reports