Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c283 double bw_pc, /* Pass-band % (0dB pt.) to preserve. 91.3|98.4*/ in rate_init() argument
295 double tbw0 = 1 - bw_pc / 100, Fs_a = 2 - anti_aliasing_pc / 100; in rate_init()
299 int mode = rolloff > rolloff_small? factor > 1 || bw_pc > LOW_Q_BW0_PC : in rate_init()
306 assert(53 <= bw_pc && bw_pc <= 100); in rate_init()