]> granicus.if.org Git - libx264/commit
Make MV prediction work across slice boundaries
authorFiona Glaser <fiona@x264.com>
Wed, 7 Apr 2010 14:45:00 +0000 (07:45 -0700)
committerFiona Glaser <fiona@x264.com>
Sat, 10 Apr 2010 21:15:09 +0000 (14:15 -0700)
commit049b662b98e80bffa5e21f771f396559a13c3ced
tree4e754d2adc63f9d2b4d457683e1ad63167fe089e
parent95df880ca172e995ea0d3bdd76544f8f84db7a64
Make MV prediction work across slice boundaries
Should improve motion search with lots of small slices, e.g. with slice-max-size.
Still restricted by sliced threads (won't cross the boundary between two threadslices).
The output-changing part of the previous patch.
common/macroblock.c