Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c298 sox_bool upsample = sox_false, rational = sox_false, iOpt = !noSmallIntOpt; in rate_init() local
330 if (iOpt && postL == 1 && (d = preL * arbL / arbM) > 4 && d != 5) { in rate_init()
333 } else if (rational && (max(L, M) < 3 + 2 * iOpt || L * M < 6 * iOpt)) in rate_init()