Home
last modified time | relevance | path

Searched refs:postM (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
317 postM = 1 + (arbM > 1 && preM), arbM /= postM; in rate_init()
329 L = preL * arbL, M = arbM * postM, x = (L|M)&1, L >>= !x, M >>= !x; in rate_init()
334 preL = L, preM = M, arbM = arbL = postM = 1; 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()