comparison simple_idct.c @ 4441:fdb91110889b libavcodec

replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ...
author michael
date Wed, 31 Jan 2007 10:07:22 +0000
parents 23da44e8fd05
children 3d2b2a2a664e
comparison
equal deleted inserted replaced
4440:b80ad08b0f68 4441:fdb91110889b