Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Tue, 22 Aug 2006 06:24:59 +0000 | michael | replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) libavcodec |
Mon, 21 Aug 2006 12:12:43 +0000 | michael | replace a few MULL by MULH libavcodec |
Sun, 20 Aug 2006 22:18:26 +0000 | michael | reorder butterflies to reduce memory load/store libavcodec |