diff options
author | Josh Dekker <josh@itanimul.li> | 2021-01-07 11:55:44 +0000 |
---|---|---|
committer | Josh Dekker <josh@itanimul.li> | 2021-02-18 14:12:01 +0100 |
commit | 7ac41e0db2a03f749f43b69f370461bc6bfee38f (patch) | |
tree | da0175a8b5efd8aa3e627be5788d244fbcc04c69 /libavcodec/aarch64/Makefile | |
parent | 75c2ddfa6160a6b1508859a571191f8e6f39a3f4 (diff) | |
download | ffmpeg-7ac41e0db2a03f749f43b69f370461bc6bfee38f.tar.gz |
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/Makefile | 3 |
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 |