diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-15 14:59:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-15 15:00:06 +0100 |
commit | 6f001d87ff019735ec0758bd2f0b183f36386748 (patch) | |
tree | 6689b055bc6438d894ebd81905c8c2ef1b2dfcbd /libavcodec/vc1dsp.h | |
parent | d5560f1fecde7d7a1fa0d6089ec1e8dd68ed8be1 (diff) | |
parent | 71617884a2a673908bd5c0f73d4f91fdca3da82a (diff) | |
download | ffmpeg-6f001d87ff019735ec0758bd2f0b183f36386748.tar.gz |
Merge commit '71617884a2a673908bd5c0f73d4f91fdca3da82a'
* commit '71617884a2a673908bd5c0f73d4f91fdca3da82a':
aarch64: h264 chroma motion compensation NEON optimizations
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1dsp.h')
-rw-r--r-- | libavcodec/vc1dsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1dsp.h b/libavcodec/vc1dsp.h index 018d298535..990fbc3303 100644 --- a/libavcodec/vc1dsp.h +++ b/libavcodec/vc1dsp.h @@ -77,6 +77,7 @@ typedef struct VC1DSPContext { } VC1DSPContext; void ff_vc1dsp_init(VC1DSPContext* c); +void ff_vc1dsp_init_aarch64(VC1DSPContext* dsp); void ff_vc1dsp_init_arm(VC1DSPContext* dsp); void ff_vc1dsp_init_ppc(VC1DSPContext *c); void ff_vc1dsp_init_x86(VC1DSPContext* dsp); |