[FFmpeg-devel] [PATCH] fix for roundup issue 2127
Ronald S. Bultje
rsbultje
Fri Dec 31 16:59:01 CET 2010
Hi,
On Fri, Dec 31, 2010 at 10:55 AM, Reimar D?ffinger
<Reimar.Doeffinger at gmx.de> wrote:
> which I think makes this unacceptable, at least if we still have to
> policy that fast code in as many cases as possible is more important
> that compilation with options that are only useful for debugging.
The code is faster after his patch; the original code does 6 leas, the
new code uses direct addressing.
(Call this silly gcc stupidity, but it is still true; the same bug
also made things like the h264 loop filter strength code slower until
I changed that.)
Ronald
More information about the ffmpeg-devel
mailing list