]> git.sesse.net Git - ffmpeg/commit
aarch64: h264 chroma motion compensation NEON optimizations
authorJanne Grunau <janne-libav@jannau.net>
Tue, 10 Dec 2013 19:16:08 +0000 (20:16 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 15 Jan 2014 11:07:18 +0000 (12:07 +0100)
commit71617884a2a673908bd5c0f73d4f91fdca3da82a
treeb35815791bf524d87d9b16ad0c083dd589d0437c
parentb7b17ed66e199afc7246e642bf3b35c3f8eca217
aarch64: h264 chroma motion compensation NEON optimizations

Since RV40 and VC-1 use almost the same algorithm so optimizations for
those two decoders are easy to do and included.
libavcodec/aarch64/Makefile [new file with mode: 0644]
libavcodec/aarch64/h264chroma_init_aarch64.c [new file with mode: 0644]
libavcodec/aarch64/h264cmc_neon.S [new file with mode: 0644]
libavcodec/aarch64/rv40dsp_init_aarch64.c [new file with mode: 0644]
libavcodec/aarch64/vc1dsp_init_aarch64.c [new file with mode: 0644]
libavcodec/h264chroma.c
libavcodec/h264chroma.h
libavcodec/rv34dsp.h
libavcodec/rv40dsp.c
libavcodec/vc1dsp.c
libavcodec/vc1dsp.h