Searched refs:threebitdeltas (Results 1 – 1 of 1) sorted by relevance
57 static const int threebitdeltas[8] = { 0, 1, 2, 3, 0, -3, -2, -1 }; variable135 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()137 SETPIXEL(op, lastpixel + threebitdeltas[delta]); in ThunderDecode()