]> git.sesse.net Git - nageru/blobdiff - motion_search.frag
Halve the number of motion search iterations, to eight.
[nageru] / motion_search.frag
index f67cbba51cc3cb06869bbebc2cb037189404d04d..cd251f4f15a7613487aa2d7b5fc23730c3eeded3 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 const uint patch_size = 12;
-const uint num_iterations = 16;
+const uint num_iterations = 8;
 
 in vec2 flow_tc;
 in vec2 patch_center;