]> git.sesse.net Git - ffmpeg/commit
aarch64: NEON intrinsics dct_unquantize_h263.
authorJames Yu <james.yu@linaro.org>
Sat, 17 May 2014 04:21:10 +0000 (12:21 +0800)
committerJanne Grunau <janne-libav@jannau.net>
Mon, 21 Jul 2014 21:18:29 +0000 (23:18 +0200)
commit16e6652286213014c28a9c3af70435e767d28638
treef8fddbad76278d87ffca8e607e2b034e8e30af4b
parentd45ebd4876ab8fc07736a644de07e1b1d11a8e5d
aarch64: NEON intrinsics dct_unquantize_h263.

Intrinsics only used on aarch64 since the existing ARMv7 NEON asm
is slightly faster (Cortex-A9, gcc-4.8, micro-benchmarks and full
decoding time).

Signed-off-by: James Yu <james.yu@linaro.org>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/neon/Makefile [new file with mode: 0644]
libavcodec/neon/mpegvideo.c [new file with mode: 0644]