Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 8 Feb 2010 16:23:05 +0000 (16:23 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 8 Feb 2010 16:23:05 +0000 (16:23 +0000)
commit3babc711d84ae5ecf6d852c0003e75b16f4e5812
tree2f03b843cfd09d209846b8e92c62a6ebd9255f4c
parent8b9eb2dfec0b0fd578be714bc4966901e14ba9c2
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned
as 16x16 (except ones changing interlacing relative to the colocated MB).
20 cycles slower during MV generation
175 cycles faster during MC

Originally committed as revision 21690 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_direct.c