On Wed, 9 Dec 2015, Janne Grunau wrote:

~2% faster dts decoding overall.

                   cortex-a57   cortex-a53
dca_decode_hf_c:    474.8        1659.9
dca_decode_hf_neon: 225.2         301.1
dca_lfe_fir0_c:     913.2        1537.7
dca_lfe_fir0_neon:  286.8         451.9
dca_lfe_fir1_c:     848.7        1711.5
dca_lfe_fir1_neon:  387.1         506.4
---
libavcodec/dcadsp.h              |   1 +
libavcodec/aarch64/dcadsp_init.c |  51 ++++++++++++
libavcodec/dcadsp.c              |   2 +
libavcodec/aarch64/dcadsp_neon.S | 169 +++++++++++++++++++++++++++++++++++++++
libavcodec/aarch64/Makefile      |   2 +
5 files changed, 225 insertions(+)
create mode 100644 libavcodec/aarch64/dcadsp_init.c
create mode 100644 libavcodec/aarch64/dcadsp_neon.S

Seems ok. I didn't read it thoroughly line by line, but nothing stands out as wrong/strange at least.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to