Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 12 Jan 2010 21:17:26 +0000 (21:17 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 12 Jan 2010 21:17:26 +0000 (21:17 +0000)
commit2bedc0e85499c6d05c230626e22fa9d0c2e511e6
treea8a66fb962271b5e225b1c9e0658a740121913da
parentea6f00c448beb212c80ebc7d4555a8aa7160fdb9
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just
called once per MB in worst case and doesnt seem to benefit from static inline.
Actually the code might be a hair faster now (0.1% according to my benchmark but
this could be random noise)

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