Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c539 sox_bool allow_aliasing = sox_false; in create() local
562 case 'a': allow_aliasing = sox_true; break; in create()
578 allow_aliasing || rej || p->bit_depth || p->anti_aliasing_pc)) { in create()
599 allow_aliasing |= p->anti_aliasing_pc != 0; in create()
602 else if (bw_3dB_pc && bw_3dB_pc < 85 && allow_aliasing) { in create()
606 else if (p->bw_0dB_pc && p->bw_0dB_pc < 74 && allow_aliasing) { in create()
617 allow_aliasing? bw_3dB_pc : 100; in create()