]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/arm/dsputil_arm.h
Merge commit 'a7985cfd4c51b7fe2b870fc4ecd109707ee035d6'
[ffmpeg] / libavcodec / arm / dsputil_arm.h
index e1c42ee17f0e165ea45b87a1cd654a70f70f8197..cd7957d0ff24741ad64b910b9c318d490de089fd 100644 (file)
 #include "libavcodec/avcodec.h"
 #include "libavcodec/dsputil.h"
 
-void ff_dsputil_init_armv5te(DSPContext *c, AVCodecContext *avctx,
-                             unsigned high_bit_depth);
 void ff_dsputil_init_armv6(DSPContext *c, AVCodecContext *avctx,
                            unsigned high_bit_depth);
-void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx,
-                          unsigned high_bit_depth);
 
 #endif /* AVCODEC_ARM_DSPUTIL_ARM_H */