Skip to content

Instantly share code, notes, and snippets.

@jacobtolar
Created January 30, 2012 01:07
Show Gist options
  • Select an option

  • Save jacobtolar/1701749 to your computer and use it in GitHub Desktop.

Select an option

Save jacobtolar/1701749 to your computer and use it in GitHub Desktop.
mbw = (blockIdx.x<<1) + (bcount & 0x0001);
mbh = (blockIdx.y<<1) + (bcount>>1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment