Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c271 rolloff_none, rolloff_small /* <= 0.01 dB */, rolloff_medium /* <= 0.35 dB */ enumerator
299 int mode = rolloff > rolloff_small? factor > 1 || bw_pc > LOW_Q_BW0_PC : in rate_init()
392 if (rolloff > rolloff_small && mode) in rate_init()
394 else if (rolloff == rolloff_small) in rate_init()
544 p->rolloff = rolloff_small; in create()