Perform reference remapping at fill_cache() time instead of in the
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Jan 2010 05:15:31 +0000 (05:15 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Jan 2010 05:15:31 +0000 (05:15 +0000)
commit6d7e6b2657ae7ec577f3a55bc8c8b48075d51ba2
tree0056c59696827fcdf7f6a4cee03c4665f80d4845
parent5bc3fc2187e6186cfeb3cac193ab99b3045e9f58
Perform reference remapping at fill_cache() time instead of in the
loop filter. This removes one obstacle of getting ff_h264_filter_mb_fast()
bitexact. code is maybe 0.1% faster

Originally committed as revision 21280 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_loopfilter.c