diff options
author | Janne Grunau <janne-libav@jannau.net> | 2013-12-10 20:16:08 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-01-15 12:07:18 +0100 |
commit | 71617884a2a673908bd5c0f73d4f91fdca3da82a (patch) | |
tree | b35815791bf524d87d9b16ad0c083dd589d0437c /libavcodec/rv34dsp.h | |
parent | b7b17ed66e199afc7246e642bf3b35c3f8eca217 (diff) | |
download | ffmpeg-71617884a2a673908bd5c0f73d4f91fdca3da82a.tar.gz |
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.
Diffstat (limited to 'libavcodec/rv34dsp.h')
-rw-r--r-- | libavcodec/rv34dsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv34dsp.h b/libavcodec/rv34dsp.h index c5d4e39f4f..3d616ee246 100644 --- a/libavcodec/rv34dsp.h +++ b/libavcodec/rv34dsp.h @@ -81,6 +81,7 @@ void ff_rv40dsp_init(RV34DSPContext *c); void ff_rv34dsp_init_arm(RV34DSPContext *c); void ff_rv34dsp_init_x86(RV34DSPContext *c); +void ff_rv40dsp_init_aarch64(RV34DSPContext *c); void ff_rv40dsp_init_x86(RV34DSPContext *c); void ff_rv40dsp_init_arm(RV34DSPContext *c); |