This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 1e1dde8798 avcodec/libx265: map ffmpeg log level to x265 log level
new 0886e50c6b lavc/hevc: add aarch64 neon for 8-bit dequant
new 24f296c7a1 lavc/hevc: optimize dequant for shift=0 case (identity
transform)
new ce89d974c8 lavc/hevc: add aarch64 neon for 10-bit dequant
new 8966101fa6 lavc/hevc: add aarch64 neon for 12-bit dequant
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libavcodec/aarch64/Makefile | 1 +
libavcodec/aarch64/hevcdsp_dequant_neon.S | 371 ++++++++++++++++++++++++++++++
libavcodec/aarch64/hevcdsp_init_aarch64.c | 52 +++++
libavcodec/hevc/dsp_template.c | 23 +-
tests/checkasm/Makefile | 2 +-
tests/checkasm/checkasm.c | 1 +
tests/checkasm/checkasm.h | 1 +
tests/checkasm/hevc_dequant.c | 76 ++++++
tests/fate/checkasm.mak | 1 +
9 files changed, 526 insertions(+), 2 deletions(-)
create mode 100644 libavcodec/aarch64/hevcdsp_dequant_neon.S
create mode 100644 tests/checkasm/hevc_dequant.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]