Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Dekker <josh@itanimul.li>2021-01-07 14:55:44 +0300
committerJosh Dekker <josh@itanimul.li>2021-02-18 16:12:01 +0300
commit7ac41e0db2a03f749f43b69f370461bc6bfee38f (patch)
treeda0175a8b5efd8aa3e627be5788d244fbcc04c69 /libavcodec/aarch64/Makefile
parent75c2ddfa6160a6b1508859a571191f8e6f39a3f4 (diff)
lavc/aarch64: add HEVC sao_band NEON
Only works for 8x8. Signed-off-by: Josh Dekker <josh@itanimul.li>
Diffstat (limited to 'libavcodec/aarch64/Makefile')
-rw-r--r--libavcodec/aarch64/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/aarch64/Makefile b/libavcodec/aarch64/Makefile
index 2ea1d74a38..954461f81d 100644
--- a/libavcodec/aarch64/Makefile
+++ b/libavcodec/aarch64/Makefile
@@ -62,4 +62,5 @@ NEON-OBJS-$(CONFIG_VP9_DECODER) += aarch64/vp9itxfm_16bpp_neon.o \
aarch64/vp9mc_16bpp_neon.o \
aarch64/vp9mc_neon.o
NEON-OBJS-$(CONFIG_HEVC_DECODER) += aarch64/hevcdsp_idct_neon.o \
- aarch64/hevcdsp_init_aarch64.o
+ aarch64/hevcdsp_init_aarch64.o \
+ aarch64/hevcdsp_sao_neon.o