From f4855a904e4d3a12822739cda149262f98e8723a Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Wed, 9 Mar 2011 19:51:50 +0000 Subject: ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min --- libavcodec/ac3dsp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ac3dsp.c') diff --git a/libavcodec/ac3dsp.c b/libavcodec/ac3dsp.c index db97229963..42b44f7db8 100644 --- a/libavcodec/ac3dsp.c +++ b/libavcodec/ac3dsp.c @@ -109,6 +109,8 @@ av_cold void ff_ac3dsp_init(AC3DSPContext *c, int bit_exact) c->ac3_rshift_int32 = ac3_rshift_int32_c; c->float_to_fixed24 = float_to_fixed24_c; + if (ARCH_ARM) + ff_ac3dsp_init_arm(c, bit_exact); if (HAVE_MMX) ff_ac3dsp_init_x86(c, bit_exact); } -- cgit v1.2.3