summaryrefslogtreecommitdiffstats
path: root/k9decmpeg/motion_comp_vis.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commitda1ed73c4c94933c6e181a031058946831f15451 (patch)
treed28140e450337e05712a1ed2d54eb32211f80f7b /k9decmpeg/motion_comp_vis.cpp
parentd6bd5602800283c9be6bf8ca8adae91ef630edd7 (diff)
downloadk9copy-da1ed73c4c94933c6e181a031058946831f15451.tar.gz
k9copy-da1ed73c4c94933c6e181a031058946831f15451.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'k9decmpeg/motion_comp_vis.cpp')
-rwxr-xr-xk9decmpeg/motion_comp_vis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9decmpeg/motion_comp_vis.cpp b/k9decmpeg/motion_comp_vis.cpp
index 49e1b69..eb01501 100755
--- a/k9decmpeg/motion_comp_vis.cpp
+++ b/k9decmpeg/motion_comp_vis.cpp
@@ -37,7 +37,7 @@
* (x+y+1)>>1 == (x|y)-((x^y)>>1)
*
* This allows us to average 8 bytes at a time in a 64-bit FPU reg.
- * We avoid overflows by tqmasking before we do the shift, and we
+ * We avoid overflows by masking before we do the shift, and we
* implement the shift by multiplying by 1/2 using mul8x16. So in
* VIS this is (assume 'x' is in f0, 'y' is in f2, a repeating tqmask
* of '0xfe' is in f4, a repeating tqmask of '0x7f' is in f6, and