odd problem with VIF Difference mode.
Posted: Sun Feb 08, 2004 5:25 am
Hi,
I got a quite odd problem with the vif difference mode.
Say that i have data that looks like this
it ends up like this :
which just like it should be, but if i first add a bunch of
0x02020202 and then add a bunch of 0xffffffff
(ie each value sould be decresed by one) everthing fucks up
all data gets :
(even the data before the 0xffffffff)
if i try something like 0xffff02ff it works fine, but 0xffffffff seems like a magic
number.
Anyone got any ideas?
.emoon
I got a quite odd problem with the vif difference mode.
Say that i have data that looks like this
Code: Select all
0x02020202 0x02020202 0x02020202 0x02020202
Code: Select all
0x00000002 0x00000002 0x00000002 0x00000002
0x00000004 0x00000004 0x00000004 0x00000004
0x00000006 0x00000006 0x00000006 0x00000006
0x02020202 and then add a bunch of 0xffffffff
(ie each value sould be decresed by one) everthing fucks up
all data gets :
Code: Select all
0x000000f8 0x000000f8 0x000000f8 0x00000080
if i try something like 0xffff02ff it works fine, but 0xffffffff seems like a magic
number.
Anyone got any ideas?
.emoon