Home
last modified time | relevance | path

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

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