summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-18 13:20:01 +0100
committerDiego Biurrun <diego@biurrun.de>2014-07-19 02:33:36 -0700
commit5dcc201505f71b1e73e9eef12ce89d4eed252ad0 (patch)
tree81dffc1053248f66fea7d6a416d3e9f26df862aa /libavcodec/simple_idct.h
parent85cabb8d002f2cd100ced5cc17d87bfc9460d314 (diff)
simple_idct: Move x86-specific declarations to a header in the x86 directory
Diffstat (limited to 'libavcodec/simple_idct.h')
-rw-r--r--libavcodec/simple_idct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h
index e25729085e..7f14aae5d0 100644
--- a/libavcodec/simple_idct.h
+++ b/libavcodec/simple_idct.h
@@ -44,10 +44,6 @@ void ff_simple_idct_10(int16_t *block);
*/
void ff_prores_idct(int16_t *block, const int16_t *qmat);
-void ff_simple_idct_mmx(int16_t *block);
-void ff_simple_idct_add_mmx(uint8_t *dest, int line_size, int16_t *block);
-void ff_simple_idct_put_mmx(uint8_t *dest, int line_size, int16_t *block);
-
void ff_simple_idct248_put(uint8_t *dest, int line_size, int16_t *block);
void ff_simple_idct84_add(uint8_t *dest, int line_size, int16_t *block);