Home
last modified time | relevance | path

Searched refs:thr2 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libm/common/LD/
H A Dcoshl.c80 #define thr2 C[3] macro
100 if (w < thr2) { in coshl()
/titanic_41/usr/src/lib/libm/common/Q/
H A Dcoshl.c84 thr2 = THR2; variable
99 } else if (w < thr2) { in coshl()
/titanic_41/usr/src/cmd/audio/utilities/
H A Dg721.c186 short thr2; in _g721_update() local
195 thr2 = (0x20 + ((state_ptr->yl >> 10) & 0x1F)) << in _g721_update()
197 if (mag >= thr2) { in _g721_update()
200 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g721_update()
H A Dg723.c192 short thr2; in _g723_update() local
201 thr2 = (0x20 + ((state_ptr->yl >> 10) & 0x1F)) << in _g723_update()
203 if (mag >= thr2) in _g723_update()
206 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1; in _g723_update()