OSDN Git Service

mpegvideo: drop support for real (non-emulated) edges
authorAnton Khirnov <anton@khirnov.net>
Fri, 20 Dec 2013 10:20:24 +0000 (11:20 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 9 Jan 2014 08:41:19 +0000 (09:41 +0100)
commitebfe622bb1ca57cecb932e42926745cba7161913
treea63aa02a42854db02d71b05b97123ddc400e8df7
parent952d3187d8eda7067fcd73f1d5f17837fa65eb34
mpegvideo: drop support for real (non-emulated) edges

Several decoders disable those anyway and they are not measurably faster
on x86. They might be somewhat faster on other platforms due to missing
emu edge SIMD, but the gain is not large enough (and those decoders
relevant enough) to justify the added complexity.
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/mpegvideo_enc.c
libavcodec/mpegvideo_motion.c
libavcodec/mss2.c
libavcodec/rv10.c
libavcodec/rv34.c
libavcodec/svq3.c
libavcodec/vc1dec.c
libavcodec/wmv2.c