Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg72x.c306 short ylint, thr2, dqthr; in update() local
314 ylint = state_ptr->yl >> 15; /* exponent part of yl */ in update()
316 thr1 = (32 + ylfrac) << ylint; /* threshold */ in update()
317 thr2 = (ylint > 9) ? 31 << 10 : thr1; /* limit thr2 to 31 << 10 */ in update()