1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavcodec
Reimar Döffinger 4231bbbf4c sgidec: make compiler optimize away memcpy call in inner loop.
Using an always_inline function makes the memcpy length a constant,
any reasonable compiler will replace it by a single mov instruction
without us having to duplicate the actual code.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-01-09 11:02:21 +01:00
..
2012-01-03 16:28:17 -05:00
2011-12-28 22:05:24 +01:00
2011-12-30 20:00:53 +01:00
2011-12-30 20:00:53 +01:00
2011-12-30 20:00:53 +01:00
2012-01-07 00:11:43 +01:00
2012-01-08 20:22:17 +01:00
2011-12-30 20:00:53 +01:00
2012-01-07 19:23:21 +01:00
2011-12-30 20:00:53 +01:00
2011-12-30 20:00:53 +01:00
2012-01-08 20:22:12 +01:00
2012-01-08 20:22:12 +01:00
2012-01-08 20:22:12 +01:00
2012-01-03 23:52:28 +01:00