summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.c
diff options
context:
space:
mode:
authorSeppo Tomperi <seppo.tomperi@vtt.fi>2015-02-05 06:22:19 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-02-05 22:01:52 +0100
commit0c494114ccbedf339c3ac6ea9923d726b6563879 (patch)
treecb0ad5965dc680951887f4297237d3f33620217c /libavcodec/hevcdsp.c
parent9a2f5d825a257cc72d569a91746219c7974da6e4 (diff)
downloadffmpeg-streaming-0c494114ccbedf339c3ac6ea9923d726b6563879.zip
ffmpeg-streaming-0c494114ccbedf339c3ac6ea9923d726b6563879.tar.gz
hevcdsp: ARM NEON optimized deblocking filter
cherry picked from commit 1b9ee47d2f43b0a029a9468233626102eb1473b8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevcdsp.c')
-rw-r--r--libavcodec/hevcdsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c
index 7dcdfff..04af178 100644
--- a/libavcodec/hevcdsp.c
+++ b/libavcodec/hevcdsp.c
@@ -259,4 +259,6 @@ int i = 0;
if (ARCH_X86)
ff_hevc_dsp_init_x86(hevcdsp, bit_depth);
+ if (ARCH_ARM)
+ ff_hevcdsp_init_arm(hevcdsp, bit_depth);
}
OpenPOWER on IntegriCloud