Store intra4x4_pred_mode per row only.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 25 Feb 2010 14:02:39 +0000 (14:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 25 Feb 2010 14:02:39 +0000 (14:02 +0000)
commit5b0fb5244d3fb7758521c6988abdc26879c57968
tree34e5f5e9da6a65b700b0669a3192b5dc170cebf3
parentc2186cbddcc8e13608bc2243785b4dbc02700ac3
Store intra4x4_pred_mode per row only.
about 5 cpu cycles slower in the local code but should be overall faster
due to reduced cache use. (my sample though has too few intra4x4 blocks
for this to be meassureable easily either way)

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