Searched refs:lintomulaw (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/
H A Dmulaw.c113 static const u_char lintomulaw[256] = { variable
162 *p = lintomulaw[*p ^ 0x80];
186 *q = lintomulaw[((*q >> 16) & 0xff) ^ 0x80] << 16;

Completed in 171 milliseconds