summaryrefslogtreecommitdiff
path: root/libavresample/dither.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-10-31 15:40:12 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2013-01-08 14:52:43 -0500
commit1fb8f6a44f06e48386450fe0363aefc02583d24a (patch)
tree10646418de90866bc7b3393b2c6a04107ddba4da /libavresample/dither.h
parent142c39097c306d84624107070622f78c61981fc6 (diff)
x86: lavr: add SSE2 quantize() for dithering
Diffstat (limited to 'libavresample/dither.h')
-rw-r--r--libavresample/dither.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavresample/dither.h b/libavresample/dither.h
index d6a7d3ea8d..8db37146fa 100644
--- a/libavresample/dither.h
+++ b/libavresample/dither.h
@@ -85,4 +85,9 @@ void ff_dither_free(DitherContext **c);
*/
int ff_convert_dither(DitherContext *c, AudioData *dst, AudioData *src);
+/* arch-specific initialization functions */
+
+void ff_dither_init_x86(DitherDSPContext *ddsp,
+ enum AVResampleDitherMethod method);
+
#endif /* AVRESAMPLE_DITHER_H */