git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vc1: arm: Add NEON assembly
[ffmpeg.git]
/
libavcodec
/
vc1dsp.c
diff --git
a/libavcodec/vc1dsp.c
b/libavcodec/vc1dsp.c
index
12295ff
..
7ef580d
100644
(file)
--- a/
libavcodec/vc1dsp.c
+++ b/
libavcodec/vc1dsp.c
@@
-854,6
+854,8
@@
av_cold void ff_vc1dsp_init(VC1DSPContext* dsp) {
dsp->sprite_v_double_twoscale = sprite_v_double_twoscale_c;
#endif
+ if (ARCH_ARM)
+ ff_vc1dsp_init_arm(dsp);
if (ARCH_PPC)
ff_vc1dsp_init_ppc(dsp);
if (ARCH_X86)