[FFmpeg-devel] [PATCH 1/4] aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mm

J. Dekker jdek at itanimul.li
Thu Mar 14 14:47:17 EET 2024


Martin Storsjö <martin at martin.st> writes:

> The first 32 elements of each row were correct, while the
> last 16 were scrambled.
>
> This hasn't been noticed, because the checkasm test erroneously
> only checked half of the output (for 8 bit functions), and
> apparently none of the samples as part of "fate-hevc" seem to
> trigger this specific function.
> ---
>  libavcodec/aarch64/hevcdsp_epel_neon.S | 14 +++++++++-----
>  1 file changed, 9 insertions(+), 5 deletions(-)

Thanks for the fixes, wonder if we should use checkasm_check()
exclusively in checkasm rather than memcmp(), would probably be useful.

Pushed set

-- 
jd


More information about the ffmpeg-devel mailing list