OSDN Git Service

Split spatial and temporal direct MV generation.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Feb 2010 03:46:51 +0000 (03:46 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 13 Feb 2010 03:46:51 +0000 (03:46 +0000)
commitedb4df436f86be3a3cf4ecfb97c4500b7e451425
tree4ff55fd0cda6e939fc202a42286f00a44c18e7c9
parent3beb81e744245047590e162c9723ad3ca73eddb2
Split spatial and temporal direct MV generation.
A little  faster and needed for future optimizations.
This sadly leads to some code duplication (which i hope i can factor out
again after the optimizations on the direcr mv code are done)

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