Commit eb7ab392 authored by Hubert Mazur's avatar Hubert Mazur Committed by Martin Storsjö

lavc/aarch64: Hook up the existing ff_pix_abs16_neon to the sad[0] function pointer

Signed-off-by: 's avatarHubert Mazur <hum@semihalf.com>
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 846488cc
......@@ -35,5 +35,7 @@ av_cold void ff_me_cmp_init_aarch64(MECmpContext *c, AVCodecContext *avctx)
if (have_neon(cpu_flags)) {
c->pix_abs[0][0] = ff_pix_abs16_neon;
c->pix_abs[0][3] = ff_pix_abs16_xy2_neon;
c->sad[0] = ff_pix_abs16_neon;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment