Searched refs:SIGN_BIT (Results 1 – 1 of 1) sorted by relevance
29 #define SIGN_BIT (0x80) /* Sign bit for a u-law byte. */ macro134 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in ulaw2linear()