]> git.sesse.net Git - nageru/commit
Halve the number of motion search iterations, to eight.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 26 Jul 2018 23:30:27 +0000 (01:30 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 26 Jul 2018 23:30:27 +0000 (01:30 +0200)
commit6a13c064b59848da123732b809aaf2ec5f15e6b4
tree1d0f7717e44ba342eed4deefe14cb871509b11c8
parent2d7f9008e2e7e4c289921d88ed4dbcebde8bcc50
Halve the number of motion search iterations, to eight.

The DIS code claims this is allowed after they changed their Sobel code;
for us, seemingly SOR was the breaking point. EPE is hardly moving
(<1% for most Sintel tests I've run), but speed goes up markedly.
motion_search.frag