On Thu, 16 Jul 2015, Janne Grunau wrote:

---
libavcodec/h264pred.h              |   3 +
libavcodec/aarch64/h264pred_init.c |  93 ++++++++++
libavcodec/h264pred.c              |   8 +-
libavcodec/aarch64/h264pred_neon.S | 361 +++++++++++++++++++++++++++++++++++++
libavcodec/aarch64/Makefile        |   2 +
5 files changed, 465 insertions(+), 2 deletions(-)
create mode 100644 libavcodec/aarch64/h264pred_init.c
create mode 100644 libavcodec/aarch64/h264pred_neon.S

Looks good enough to me; I didn't read all the functions in detail, but the ones I did look at seemed good and quite straightforward.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to