[FFmpeg-devel] [PATCH] fix for roundup issue 2127

Daniel Kang daniel.d.kang
Thu Dec 30 19:14:21 CET 2010


I am a Google Code-In student, and as part of a task, I have written a
fix for: https://roundup.ffmpeg.org/issue2127. The patch compiles with
32/64-bit and --disable-optimizations. It passes "make fate" with and
without --disable-optimizations.

I have ran several timings with and without my patch. The
START/STOP_TIMER was placed around the actual "asm" block in the
transpose4x4 function.
With my patch: 21.32 +/- 0.04 clocks
Without my patch: 21.58 +/- 0.04 clocks

Are there any comments on my patch? If not, can this be committed?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix.diff
Type: application/octet-stream
Size: 2040 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101230/b735c7c4/attachment.obj>



More information about the ffmpeg-devel mailing list