summaryrefslogtreecommitdiff
path: root/libavutil/des.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-22 01:59:17 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-22 01:59:17 +0000
commit258b60c22454bf8d97e72ce99d0f6c841923d999 (patch)
tree83d2cab9bbdc4c139ae17b75bc16468389031485 /libavutil/des.c
parentac1e18cb780a54c9802e35dc258f920041c4085d (diff)
Gcc idiocy fixes related to filter_mb_edge*.
Change order of operands as gcc uses a hardcoded register per operand it seems even for static functions thus reducing unneeded moved (now functions try to pass the same argument in the same spot). Change signed int to unsigned int for array indexes as signed requires signed extension while unsigned is free. move the +52 up and merge it where it will end as a lea instruction, gcc always splits the 52 out there turning the free +52 into an expensive one otherwise. The changed code becomes a little faster. Originally committed as revision 21375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/des.c')
0 files changed, 0 insertions, 0 deletions