OSDN Git Service

Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Feb 2010 23:37:48 +0000 (23:37 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Feb 2010 23:37:48 +0000 (23:37 +0000)
commita305449df6d95bd22acc95902b4962959de490e1
tree3ebe08e496382a1fe8677cb0f3132c8af5e5a856
parent8d637124864dcf8bf367ab96e572d6c7cf043675
Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.
4-8 cycles faster

Originally committed as revision 21887 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_cabac.c