Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for(i = 0; i < number_of_ferns; i++)
  2. {
  3.  for (j = 0; j < ntfm1; ++j)
  4.  {
  5.     index = __cint( index + int(Memory.readUnsignedByte(img + tst.ind1) < Memory.readUnsignedByte(img + tst.ind2)) )
  6.     index <<= 1
  7.     tst = tst.next
  8.  }
  9.  index = __cint( index + int(Memory.readUnsignedByte(img + tst.ind1) < Memory.readUnsignedByte(img + tst.ind2)) )
  10.  tst = tst.next
  11.  Memory.writeInt(index, idx_ptr);
  12.  idx_ptr = __cint(idx_ptr + 4);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement