Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c265 #define have_post_stage (postM * postL != 1)
297 int n = 0, i, preL = 1, preM = 1, shift = 0, arbL = 1, postL = 1, postM = 1; in rate_init() local
330 if (iOpt && postL == 1 && (d = preL * arbL / arbM) > 4 && d != 5) { in rate_init()
331 for (postL = 4, i = d / 16; i >>= 1; postL <<= 1); in rate_init()
332 arbM = arbM * postL / arbL / preL, arbL = 1, n = 0; in rate_init()
365 x = att * pow((tbw0 - tbw3) / (postM / (factor * postL) - 1 + tbw0), x); in rate_init()
448 (upsample? factor * postL / postM : 1)) * tbw_tighten, Fs_a, in rate_init()
449 (double)max(postL, postM), att, phase, &post_stage, postL, postM); in rate_init()