Searched refs:DELTA2_SKIP (Results 1 – 1 of 1) sorted by relevance
51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro125 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()127 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()129 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()