Skip to content

Commit

Permalink
Update cMotionEstimation.fxh
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Oct 7, 2024
1 parent a6819ae commit aac693e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/shared/cMotionEstimation.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
https://www.cs.huji.ac.il/~peleg/papers/HUJI-CSE-LTR-2006-39-LK-Plus.pdf
*/

float M = (SSD / (IxIx + IyIy)) < 0.1;
float M = (SSD / (IxIx + IyIy)) < 1.0;
IxIx *= M;
IyIy *= M;
IxIy *= M;
Expand Down

0 comments on commit aac693e

Please sign in to comment.