diff options
Diffstat (limited to 'src/post/deinterlace/plugins/tomsmocomp/SearchLoopBottom.inc')
-rw-r--r-- | src/post/deinterlace/plugins/tomsmocomp/SearchLoopBottom.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/tomsmocomp/SearchLoopBottom.inc b/src/post/deinterlace/plugins/tomsmocomp/SearchLoopBottom.inc index d0a749429..ccad711d4 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/SearchLoopBottom.inc +++ b/src/post/deinterlace/plugins/tomsmocomp/SearchLoopBottom.inc @@ -42,9 +42,9 @@ // pminub mm0, Max_Vals // but clip to catch the stray error - V_PMINUB ("%%mm0", MANGLE(Max_Vals), "%%mm1") // but clip to catch the stray error +// V_PMINUB ("%%mm0", MANGLE(Max_Vals), "%%mm1") // but clip to catch the stray error // pmaxub mm0, Min_Vals - V_PMAXUB ("%%mm0", MANGLE(Min_Vals)) +// V_PMAXUB ("%%mm0", MANGLE(Min_Vals)) #endif |