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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c63 static long _witab[16] = {-384, 576, 1312, 2048, 3584, 6336, 11360, 35904, variable
209 state_ptr->yu = y + ((_witab[i] - y) >> 5);
H A Dg723.c70 static short _witab[8] = {-128, 960, 4384, 18624, 18624, 4384, 960, -128}; variable
214 state_ptr->yu = y + ((_witab[i] - y) >> 5);

Completed in 59 milliseconds