diff armv4l/mpegvideo_armv5te.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 04b5141fa890
children d5ba514e3f4a
line wrap: on
line diff