summaryrefslogtreecommitdiffstats
path: root/libavcodec/jpeg2000dsp.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-06-13 13:11:51 -0300
committerJames Almer <jamrial@gmail.com>2015-06-13 16:53:27 -0300
commit7912a6830d3a4a9e5829ba43082f677c638abf2c (patch)
treecc10768b9d63a6fd3b257397b4a041147b61eab8 /libavcodec/jpeg2000dsp.h
parenta98d4d5207502a6dace278e69db288da0c192a28 (diff)
downloadffmpeg-streaming-7912a6830d3a4a9e5829ba43082f677c638abf2c.zip
ffmpeg-streaming-7912a6830d3a4a9e5829ba43082f677c638abf2c.tar.gz
avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}
Original intrinsics version by Nicolas Bertrand. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/jpeg2000dsp.h')
-rw-r--r--libavcodec/jpeg2000dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/jpeg2000dsp.h b/libavcodec/jpeg2000dsp.h
index de1ddb9..1ae5b95 100644
--- a/libavcodec/jpeg2000dsp.h
+++ b/libavcodec/jpeg2000dsp.h
@@ -31,5 +31,6 @@ typedef struct Jpeg2000DSPContext {
} Jpeg2000DSPContext;
void ff_jpeg2000dsp_init(Jpeg2000DSPContext *c);
+void ff_jpeg2000dsp_init_x86(Jpeg2000DSPContext *c);
#endif /* AVCODEC_JPEG2000DSP_H */
OpenPOWER on IntegriCloud