]> git.sesse.net Git - ffmpeg/commit
Don't do edge emulation unless the edge pixels will be used in MC.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 25 Jan 2011 17:25:07 +0000 (12:25 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 25 Jan 2011 18:50:16 +0000 (13:50 -0500)
commit44002d8323023c35f51d523a7d305e45103ba7a1
treef86f58ea0906be7e3d248bf5c303bd0fd5c79cba
parentc0ae5152d19790e8719c8d1d2bf9b761491dbda6
Don't do edge emulation unless the edge pixels will be used in MC.

Do not emulate larger edges than we will actually use for this round of
MC. Decoding goes from avg+SE 29.972+/-0.023sec to 29.856+/-0.023, i.e.
0.12sec or ~0.4% faster.
libavcodec/vp8.c