diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-06-05 16:31:24 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-06-05 16:31:24 +0000 |
commit | ffe69365cd028b3c244db487bb9c76691c2942a0 (patch) | |
tree | ba574e5034fe2ed44b88f13e848648537d3594f6 /src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc | |
parent | 45488a925b73cbefa2dfd93de3588486012e6132 (diff) | |
download | xine-lib-ffe69365cd028b3c244db487bb9c76691c2942a0.tar.gz xine-lib-ffe69365cd028b3c244db487bb9c76691c2942a0.tar.bz2 |
remove Min_Vals/Max_Vals
doesn't seem to make any difference
CVS patchset: 7613
CVS date: 2005/06/05 16:31:24
Diffstat (limited to 'src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc')
-rw-r--r-- | src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc b/src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc index 1d4750b90..5ca5b85bb 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc +++ b/src/post/deinterlace/plugins/tomsmocomp/StrangeBob.inc @@ -283,14 +283,14 @@ V_PMAXUB ("%%mm6", "%%mm2") "psubusb %%mm3, %%mm2\n\t" // maybe decrease it to 0000.. if no surround motion - "movq %%mm2, "MANGLE(Min_Vals)"\n\t" +// "movq %%mm2, "MANGLE(Min_Vals)"\n\t" "movq %%mm0, %%mm2\n\t" V_PMAXUB ("%%mm2", "%%mm1") // pminub %%mm6, %%mm2 // clip our current results so far to be below this V_PMINUB ("%%mm6", "%%mm2", "%%mm4") "paddusb %%mm3, %%mm2\n\t" // maybe increase it to ffffff if no surround motion - "movq %%mm2, "MANGLE(Max_Vals)"\n\t" +// "movq %%mm2, "MANGLE(Max_Vals)"\n\t" #endif "movq %%mm0, %%mm2\n\t" |