]> git.sesse.net Git - movit/commit
Reduce the amount of computation in combine_two_samples().
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Sep 2015 17:28:43 +0000 (19:28 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 17 Sep 2015 17:28:43 +0000 (19:28 +0200)
commit1bd97eb70a6fcb913bf954e369bc1a90ba17f74e
tree4b33b776dd756c024d30b5f0256147ea57d2bf32
parent419bbfe5e46add3df115882dbf489ccfe080d2f9
Reduce the amount of computation in combine_two_samples().

Mostly microoptimization, but seemingly this function is somewhat expensive.
blur_effect.cpp
resample_effect.cpp
util.cpp
util.h