summaryrefslogtreecommitdiff
path: root/libavcodec/neon
Commit message (Collapse)AuthorAge
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
|
* aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-21
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>