summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dsp.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-09 19:51:50 +0000
committerMans Rullgard <mans@mansr.com>2011-03-24 16:30:49 +0000
commitf4855a904e4d3a12822739cda149262f98e8723a (patch)
treef9a98438f7ed84b21096fec7a2d962360c4e5479 /libavcodec/ac3dsp.h
parentf71142496931d264ceeedfaac399eba07b7c5def (diff)
downloadffmpeg-streaming-f4855a904e4d3a12822739cda149262f98e8723a.zip
ffmpeg-streaming-f4855a904e4d3a12822739cda149262f98e8723a.tar.gz
ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min
Diffstat (limited to 'libavcodec/ac3dsp.h')
-rw-r--r--libavcodec/ac3dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3dsp.h b/libavcodec/ac3dsp.h
index ff13241..eeaa56c 100644
--- a/libavcodec/ac3dsp.h
+++ b/libavcodec/ac3dsp.h
@@ -84,6 +84,7 @@ typedef struct AC3DSPContext {
} AC3DSPContext;
void ff_ac3dsp_init (AC3DSPContext *c, int bit_exact);
+void ff_ac3dsp_init_arm(AC3DSPContext *c, int bit_exact);
void ff_ac3dsp_init_x86(AC3DSPContext *c, int bit_exact);
#endif /* AVCODEC_AC3DSP_H */
OpenPOWER on IntegriCloud